We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fde56 commit 4833c4dCopy full SHA for 4833c4d
.github/workflows/ci.yml
@@ -29,3 +29,6 @@ jobs:
29
30
- name: Perform dependency check
31
run: npm run knip
32
+
33
+ - name: Perform Renovate config validation
34
+ run: npx --yes --package renovate -- renovate-config-validator --no-global --strict datasources.json default.json lts.json
0 commit comments