From 6ef321d306d4fdd3c549afbc4b4191e5fbc36aeb Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Fri, 4 Sep 2026 11:42:07 +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 11453a1..6697624 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,17 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "docker" directory: "/docs" schedule: interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7