From dd348a5e3680cd0a0128826e4b7c18e18c3f2cce Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Dec 2025 23:51:03 +0000 Subject: [PATCH] Update dependabot to monthly schedule with 7-day cooldown - Change interval from weekly to monthly (triggers on 1st of month) - Add minimum-release-age of 7 days to avoid freshly released versions - Applied to both github-actions and gradle ecosystems --- .github/dependabot.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd72236b..4c18f5af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" time: "00:00" + cooldown: + default-days: 7 groups: github: patterns: @@ -20,6 +21,7 @@ updates: - package-ecosystem: "gradle" directory: "python-for-android/dists/kolibri" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" time: "00:00" + cooldown: + default-days: 7