From a47d282a8ee4c119d47149a4d7ac2e7bee403b15 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Mon, 13 Apr 2026 15:27:50 +0100 Subject: [PATCH] Make Dependabot updates weekly with cooldown --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1da4715..79e10b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "uv" directory: "/" schedule: - interval: "daily" + interval: "weekly" + cooldown: + default-days: 7