From 62db1038699aa60e33435b35cbd756395968d358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolo=20L=C3=BCscher?= Date: Mon, 8 Jun 2026 14:41:15 +0200 Subject: [PATCH] chore(dependabot): add 7-day cooldown to all update blocks --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6c9564cdd27..6c6a8bbc5b2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + cooldown: + default-days: 7 target-branch: "dev" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 target-branch: "dev"