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 6a29d8b commit 00bd3dcCopy full SHA for 00bd3dc
.github/workflows/validate-renovate-config.yaml
@@ -14,11 +14,14 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v5
17
+ - uses: actions/setup-node@v6
18
+ with:
19
+ node-version: '24'
20
21
- name: Validate renovate-bot.js
22
if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
23
run: |
- npx --yes renovate-config-validator .github/renovate-bot.js
24
+ npx --yes --package renovate -- renovate-config-validator .github/renovate-bot.js
25
26
- name: Validate renovate directory configs
27
0 commit comments