From 367c4e57e1a2a0ac882a2e28e4a54bbdb9721a4f Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Thu, 9 Jul 2026 12:15:04 -0400 Subject: [PATCH] chore: switch pre-commit dependabot updates to weekly Change the pre-commit package-ecosystem schedule from daily to weekly and set a 7-day cooldown. --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09c6fe2..b75367a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,9 +45,7 @@ updates: - package-ecosystem: "pre-commit" directory: "/" schedule: - interval: "daily" - time: "10:00" - timezone: "America/Toronto" + interval: "weekly" pull-request-branch-name: separator: "/" commit-message: