We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb47f5 commit a492d63Copy full SHA for a492d63
1 file changed
.github/workflows/check-renovatebot-config.yml
@@ -6,14 +6,7 @@ on:
6
jobs:
7
validate:
8
name: Validate renovatebot config
9
- runs-on: ubuntu-24.04
10
- steps:
11
- - name: Checkout
12
- uses: actions/checkout@v4
13
- with:
14
- submodules: recursive
15
-
16
- - name: Validate
17
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
18
19
- config_file_path: .github/renovate.json5
+ uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v1
+ with:
+ config_file_path: .github/renovate.json5
+ checkout_submodules: recursive
0 commit comments