From 19c938afad2eec4e2d3d5d6dd91de1f1b882b125 Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Fri, 4 Sep 2026 11:04:13 +0200 Subject: [PATCH] ci: Set Dependabot's cooldown Dependabot won't bump packages to versions that are less than 7 days old. Signed-off-by: Martin Kalcok --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b442cd..69de3131 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 # Ignore K8 packages as these are done manually ignore: - dependency-name: "k8s.io/api" @@ -19,7 +21,11 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 7 - package-ecosystem: docker directory: "/" schedule: interval: daily + cooldown: + default-days: 7