We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3986c7f commit f786e54Copy full SHA for f786e54
.github/workflows/build.yml
@@ -49,3 +49,7 @@ jobs:
49
useRollingCache: true
50
- name: ESLint
51
run: npm run lint
52
+ - name: Validate renovate config
53
+ uses: rinchsan/renovate-config-validator@a12a2b98cd4db923c33d1ce407c57afb43f3ff59 # v0.2.0
54
+ with:
55
+ pattern: '.renovaterc.json'
0 commit comments