diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6202c0..d58a2c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.19.0 + rev: v9.20.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.10.0 + rev: v24.12.2 hooks: - id: ansible-lint args: ["--exclude", ".github"]