From 35f78eddefead096310c68ff98133405d51ea45e Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Fri, 10 Apr 2026 16:35:27 +0200 Subject: [PATCH] chore(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 61538b021..e312aaf57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + cooldown: + default-days: 7 rebase-strategy: "disabled" # use dependabot-rebase-stale commit-message: prefix: chore @@ -26,6 +28,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 rebase-strategy: "disabled" commit-message: prefix: chore