From a282b1203559e559c7d2bf8b9e5cca4c88898772 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Wed, 24 Dec 2025 21:25:23 +0200 Subject: [PATCH] Add dependabot cooldown This limits how quickly new dependencies are considered for updates. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eb1d53..58ee567 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7