From fb5598963005c5e559ad3e7d35e5bd99ad59ba0e Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Fri, 4 Sep 2026 10:58:27 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2781833..17c0e6d 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: @@ -15,6 +17,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: gh-actions-dependencies: patterns: