ci(lint): add renovate validator #8

Open
Aire-One wants to merge 1 commits from ci/lint-renovate into main
1 changed files with 8 additions and 0 deletions

View File

@ -24,3 +24,11 @@ steps:
commands:
- /usr/local/bin/cspell-cli lint .
depends_on: []
renovate:
image: renovate/renovate:38.63.0
commands:
- renovate-config-validator --strict
when:
path: renovate.json
depends_on: []