From 5da8a422eef2a75b3365941c1088c98d7ee516f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Meira?= <6381457+afsmeira@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:33:53 +0100 Subject: [PATCH] security: Delay dependabot updates 7 days should be enough when most malicious packages are patched within 24 hours. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6ea8ca9..b8d031b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,13 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 # Maintain dependencies for pip - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7