Skip to content

Commit

Permalink
lower pre-commit autoupdate frequency (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Sep 29, 2023
1 parent 7d6b03d commit 485a482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ repos:
]

ci:
# pre-commit updates are handled by renovate, but there is no way to disable pre-commit-ci
# autoupdates. Reduce their check interval for now, this should reduce PR noise
autoupdate_schedule: quarterly
skip:
- pylint
# Ansible-lint has a tendency to timeout in the pre-commit CI, so skip it
Expand Down

0 comments on commit 485a482

Please sign in to comment.