From 2c32f2f0a09f87de364eceaf503c9ed9d34a692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Meira?= Date: Thu, 30 Apr 2026 16:13:47 +0100 Subject: [PATCH] security: Delay dependabot updates 7 days should be enough when most malicious packages are patched within 24 hours. --- .github/dependabot.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9d6bff..d76a5a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,10 @@ version: 2 updates: -- package-ecosystem: nuget - directory: "/" - schedule: - interval: daily - timezone: Europe/Lisbon - open-pull-requests-limit: 10 + - package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + timezone: Europe/Lisbon + open-pull-requests-limit: 10 + cooldown: + default-days: 7