From 2964466af89b1c5a21e9d35e618f925df015134f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:17:08 +0000 Subject: [PATCH] chore(deps): update pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40a045a7..185a6701 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: submodules: false repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.62.6 + rev: 39.86.3 hooks: - id: renovate-config-validator - repo: https://github.com/pre-commit/pre-commit-hooks @@ -25,7 +25,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.2 + rev: v1.96.3 hooks: - id: terraform_fmt - id: terraform_tflint @@ -59,7 +59,7 @@ repos: # A base filename makes it relative to each chart directory found - --template-files=README.md.gotmpl - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.19.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg]