From 91ee4388ff0b237fdedf30078f6a53e0375726f5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 1 Oct 2025 15:35:01 -0700 Subject: [PATCH] Set dependabot cooldown and schedule for 15th of each month --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea72cdd..00f33a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "cron" + cronjob: "0 1 15 * *" # 1am on 15th of each month + cooldown: + default-days: 14 labels: - "type: Maintenance" groups: @@ -13,7 +16,10 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "cron" + cronjob: "0 1 15 * *" # 1am on 15th of each month + cooldown: + default-days: 14 labels: - "type: Maintenance" groups: