From 2e410f488064a38226681486cbe64b9d8e472516 Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Fri, 4 Sep 2026 11:02:11 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7f584f..8d46ee2 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: @@ -17,6 +19,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: gh-actions-dependencies: patterns: @@ -25,7 +29,9 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: docker-dependencies: patterns: - - "*" \ No newline at end of file + - "*"