diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 441b883..8f769c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.5 + rev: v4.17.0 hooks: - id: commitizen stages: @@ -17,7 +17,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/hadolint/hadolint - rev: v2.14.0 + rev: v2.15.1 hooks: - id: hadolint-docker args: @@ -31,7 +31,7 @@ repos: - "-i" - "CHANGELOG.md" - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.287.0 + rev: 44.15.0 hooks: - id: renovate-config-validator - repo: https://github.com/google/yamlfmt.git @@ -39,6 +39,6 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/biomejs/pre-commit - rev: v2.5.6 + rev: v2.5.7 hooks: - id: biome-format