From e8eecd6f9ab8b1da7c57dae95b7df8fab9dc3df7 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 28 Oct 2025 10:49:42 +0200 Subject: [PATCH] dependabot: Set default cooldown of 7 days Signed-off-by: Jussi Kukkonen --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d972244e..f6a45990 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 10 groups: build-and-release-dependencies: @@ -31,6 +33,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 10 groups: action-dependencies: