From 100f7edf4692b91d29cb7af3084e134780f562c6 Mon Sep 17 00:00:00 2001 From: Falk Date: Wed, 27 May 2026 18:22:18 +0200 Subject: [PATCH] ci(dependabot): add 7 day cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1274641..1ebf2af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "friday" time: "12:00" timezone: "Europe/Zurich" + cooldown: + default-days: 7 - package-ecosystem: npm directory: "/" schedule: @@ -15,3 +17,5 @@ updates: time: "12:00" timezone: "Europe/Zurich" open-pull-requests-limit: 10 + cooldown: + default-days: 7