From a96fe9f7ae452de23642948feb5c98fcfdec8826 Mon Sep 17 00:00:00 2001 From: Thomas Berdy Date: Fri, 22 May 2026 10:19:24 +0200 Subject: [PATCH] ci(dependabot): require 7-day cooldown for dependency upgrades Change-Id: I6d388c3c56f96e4f7499d412c3baa8ff2746197f --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7db04b3..733f156 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,13 @@ updates: time: 09:00 timezone: Europe/Paris open-pull-requests-limit: 10 + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: / schedule: interval: daily time: 09:00 timezone: Europe/Paris + cooldown: + default-days: 7