diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 771af9f..a46facb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: detect-secrets args: ["--baseline", ".secrets.baseline"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.27.1 hooks: - id: check-github-workflows - id: check-renovate @@ -32,7 +32,7 @@ repos: stages: [commit-msg] additional_dependencies: ['@commitlint/config-conventional'] - repo: https://github.com/ansible-community/ansible-lint - rev: v6.21.1 + rev: v6.22.0 hooks: - id: ansible-lint args: ["--exclude", ".github"]