From 42c502093f3dda1503d3702cc71b2b9f0dcd77fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 12 Mar 2026 22:53:23 +0100 Subject: [PATCH] SEC: add a 7 days cooldown period to dependabot settings (#2766) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c4b3695..bea48932 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: actions: patterns: - "*" + cooldown: + default-days: 7