diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0eef17f..58b6b4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -21,12 +21,12 @@ repos: - id: detect-secrets args: ["--baseline", ".secrets.baseline"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-workflows - id: check-renovate - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.13.0 + rev: v9.15.0 hooks: - id: commitlint stages: [commit-msg] @@ -34,7 +34,7 @@ repos: - "@commitlint/config-conventional" - "@commitlint/cli" - repo: https://github.com/ansible-community/ansible-lint - rev: v24.2.1 + rev: v24.2.2 hooks: - id: ansible-lint args: ["--exclude", ".github"]