From bb14f8bec0d7ab41fe658e0fd65d5b406315251b Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 3 Aug 2026 17:20:23 -0600 Subject: [PATCH 1/2] Set pre-commit autoupdate to quarterly --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3de1ea..86ac527 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +ci: + autoupdate_schedule: quarterly + autofix_prs: false + repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" rev: "v4.4.0" From af9eb4d52b91f4749f21761858933042e860cc29 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 3 Aug 2026 17:20:33 -0600 Subject: [PATCH 2/2] Set dependabot autoupdate to quarterly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c346a8..7f8f545 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "quarterly" cooldown: default-days: 7 groups: