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