diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4961d3062..0b4ff8b6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: exclude: testdata/|generated|devcontainer\.json repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-added-large-files @@ -42,7 +42,7 @@ repos: # - id: forbid-crlf # - id: remove-crlf - repo: https://github.com/zricethezav/gitleaks - rev: v8.30.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/Bahjat/pre-commit-golang @@ -67,7 +67,7 @@ repos: args: ["--allow-parallel-runners", "--config=.golangci.yml"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.62.1 + rev: 43.141.2 hooks: - id: renovate-config-validator - repo: https://github.com/pre-commit-ci/pre-commit-ci-config