diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 882831d8..7e74af8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,16 +8,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.2.0 + rev: v3.3.0 hooks: - id: conventional-pre-commit stages: [commit-msg] args: [--strict] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.41.0 hooks: - id: markdownlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.353.1 + rev: 37.440.7 hooks: - id: renovate-config-validator