From 73c91f1aafc16488f7bc20e645c1264e560e0612 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 25 Oct 2023 10:07:22 -0600 Subject: [PATCH] Reduce frequency of pre-commit autoupdates --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01296c2..6524632 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ ci: + autoupdate_schedule: "quarterly" # Don't push commits on to PRs. If you want this, it can be triggered with a # comment in a PR with text "pre-commit.ci autofix" autofix_prs: false