From 8fe7a0c9a79a87b3c2034b03719c5c0e9351ad09 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:13:35 +0100 Subject: [PATCH] ci(dependabot): remove cooldown and increase open PR limit Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9761fa1..e7d0e5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - cooldown: - default-days: 7 + open-pull-requests-limit: 10 labels: - "area/dependencies" - "bot"