From 7469fa02fbe5eab40a51b199f95c667b459d542a Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Fri, 4 Sep 2026 09:47:22 +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 88bf780..85774c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: go-dependencies: patterns: @@ -16,6 +18,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: gh-actions-dependencies: patterns: @@ -24,6 +28,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: docker-dependencies: patterns: