Add configuration validation for renovate.json #1354
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
Look into a way to add check to verify
renovate.json
in presubmit, so things like #1349's missed comma can be caught ahead of renovate bot issue.I had missed verifying with these steps when making the PR changes: https://github.com/renovatebot/renovate/blob/main/docs/usage/getting-started/installing-onboarding.md#reconfigure-via-pr
The
renovate-config-validator
can probably be added as a step in an existing presubmit action, or as a pre-commit hook: https://github.com/renovatebot/pre-commit-hooksThe text was updated successfully, but these errors were encountered: