We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f844589 commit 679cdddCopy full SHA for 679cddd
1 file changed
.github/workflows/renovate_config_check.yaml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
paths:
6
- 'renovate.json'
7
+ - '.github/workflows/renovate_config_check.yaml'
8
9
jobs:
10
renovate_bot_config_validation:
@@ -18,8 +19,6 @@ jobs:
18
19
with:
20
node-version: '22'
21
- - name: Install Renovate and Config Validator
22
+ - name: Run Renovate Config Validator
23
run: |
- npm install -g npm@latest
24
- npm install --global renovate
25
- renovate-config-validator
+ npx --package renovate@43.136.0 renovate-config-validator
0 commit comments