From d550b5dd167c1f53afee4b6ab5c09b23ec5b1032 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Thu, 24 Jul 2025 01:44:15 +0100 Subject: [PATCH] ci: set 3-day cooldown for Dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c..ff251d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 3