We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a466cb commit 639e1cbCopy full SHA for 639e1cb
2 files changed
.github/workflows/check-renovatebot-config.yml
@@ -3,9 +3,12 @@ name: Check renovatebot config
3
on:
4
pull_request:
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
validate:
11
name: Validate renovatebot config
- uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v1
12
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v2
13
with:
14
config_file_path: .github/renovate.json5
.github/workflows/test-import-export.yml
@@ -12,6 +12,9 @@ on:
- '**.md'
- 'sql/routing/map-matching-*/**'
15
16
17
18
19
test-import-digiroad-export-routing-schema:
20
name:
0 commit comments