From 751842e266d1efe2c5ed13a5f4dafadf8188d82d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 19 Aug 2026 09:53:44 +0200 Subject: [PATCH] Reduce Dependabot cooldown to 1 days It's mostly our own packages in here --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf50ffcf0..e31282d3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: labels: - scope:distribution cooldown: - default-days: 7 + default-days: 1 - package-ecosystem: github-actions directory: "/" schedule: