From 21ff81cf8b2a1be7b095293ae3d618a1793f2842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolo=20L=C3=BCscher?= Date: Mon, 8 Jun 2026 14:50:47 +0200 Subject: [PATCH] chore(dependabot): add 7-day cooldown to all update blocks --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 757a8a2..ea5f866 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + cooldown: + default-days: 7 \ No newline at end of file