From a8de5c15641542a70ceee823a51f1fb21c3657c0 Mon Sep 17 00:00:00 2001 From: Jasmeen Kaur Date: Sun, 30 Aug 2026 12:00:57 +1000 Subject: [PATCH] Added Dependabot cooldown period Add cooldown period for Dependabot updates. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c35bb42d..6bacf53c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: # Check for updates on the first Sunday of every month, 8PM UTC interval: "cron" cronjob: "0 20 * * sun#1" + cooldown: + default-days: 7