From d506c94ba17a4aff5903912bba3c341859b1d2e3 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Tue, 12 May 2026 17:46:31 +0200 Subject: [PATCH] Configure 1 day of cooldown for dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4899ef..3b599b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 1 open-pull-requests-limit: 25 commit-message: prefix: "chore"