diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f48c2e..34130f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.102.10 + rev: 43.102.11 hooks: - id: renovate-config-validator args: [--strict] diff --git a/src/andrewaylett_pre_commit_hooks/init_hooks.py b/src/andrewaylett_pre_commit_hooks/init_hooks.py index cf55bc0..808bbce 100644 --- a/src/andrewaylett_pre_commit_hooks/init_hooks.py +++ b/src/andrewaylett_pre_commit_hooks/init_hooks.py @@ -27,7 +27,7 @@ class PreCommitRepo(TypedDict): "https://github.com/editorconfig-checker/editorconfig-checker.python": "3.6.1", "https://github.com/python-jsonschema/check-jsonschema": "0.37.1", "https://github.com/andrewaylett/pre-commit-hooks": "v0.7.1", - "https://github.com/renovatebot/pre-commit-hooks": "43.102.10", + "https://github.com/renovatebot/pre-commit-hooks": "43.102.11", } # Default hooks that should be enabled