diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d9edb7..7e13c1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,8 @@ ci: autofix_prs: false autoupdate_schedule: weekly autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate' + skip: + - check-dependabot repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -20,7 +22,7 @@ repos: - id: validate_manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.27.4 hooks: - id: check-dependabot - id: check-github-workflows