We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83007c commit c7729e7Copy full SHA for c7729e7
.github/workflows/check-renovatebot-config.yml
@@ -6,12 +6,6 @@ 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
-
14
- - name: Validate
15
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
16
- with:
17
- 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
0 commit comments