diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33d2a6b..4ef0f60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,3 +34,8 @@ repos: language: docker_image entry: --tty bridgecrew/checkov:3.2.354 --config-file checkov.yaml pass_filenames: false + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 41.132.5 + hooks: + - id: renovate-config-validator + args: [ --strict ]