From 028eb76b99933cb6c33c662ca89d50cadc2b1ba3 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sat, 7 Mar 2026 22:31:14 +0100 Subject: [PATCH] Bump dependabot limit We have currently 5 open dependabot PRs that are blocked mostly by Java 17 or each other. This enables to have more PRs open to bump other dependencies. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eab4d572c3..dee7d3472b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,4 @@ updates: schedule: interval: "weekly" day: "sunday" + open-pull-requests-limit: 50