diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae70a7324..75bdc07fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ ci: submodules: false repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.86.3 + rev: 39.122.1 hooks: - id: renovate-config-validator - repo: https://github.com/eslint/eslint - rev: v9.17.0 + rev: v9.18.0 hooks: - id: eslint args: @@ -26,7 +26,7 @@ repos: exclude: ^(src/test/resources/yourkey.txt|src/test/resources/secondkey.txt) - id: trailing-whitespace - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.96.3 + rev: v1.97.0 hooks: - id: terraform_fmt - id: terraform_tflint