From 734426798fadd1eed5b625138a5abc92b7903cc4 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Tue, 24 Mar 2026 09:59:24 +0200 Subject: [PATCH] ci(dependabot): add 7-day cooldown for updates (#7960) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a13a068d5..cb8106955 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: k8s.io: patterns: @@ -18,4 +20,6 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 20