From 1cb0da296724283e4eef6971eaa1a4bd9b85472d Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Mon, 24 Nov 2025 10:44:51 +0100 Subject: [PATCH] Add cooldown period for all dependencies, 7 days --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a29b1e4..91901e70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,13 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 open-pull-requests-limit: 10 # GitHub actions updates - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: interval: "daily" + cooldown: + default-days: 7