diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 914a0ec..7c32ffd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ ci: - poetry-lock - ripsecrets - jsonschema-validator + - renovate-config-validator repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 @@ -110,3 +111,7 @@ repos: (?x)^( ci/config\.yaml )$ + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.428.1 + hooks: + - id: renovate-config-validator