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 410ff16 commit 2c5074cCopy full SHA for 2c5074c
.github/workflows/validate-renovate-config.yaml
@@ -27,4 +27,4 @@ jobs:
27
28
- name: Validate renovate directory configs
29
run: |
30
- find .github/renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;
+ find .github/renovate -type f -name '*.json5' -exec npx --yes --package renovate -- renovate-config-validator {} \;
0 commit comments