diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b28aec..e7826ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,3 @@ -ci: - autoupdate_schedule: quarterly - skip: - - copyright - - ripsecrets - - jsonschema-validator repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 @@ -90,3 +84,7 @@ repos: (?x)^( ci/config\.yaml )$ + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.428.1 + hooks: + - id: renovate-config-validator