From 5a9c280bcc3aac7854c00aa75250ab55fbb99381 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 6 Apr 2023 08:46:06 +0200 Subject: [PATCH] Increase pull request limit for dependency updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9984b24..04d2ce6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: maven directory: / + open-pull-requests-limit: 20 schedule: interval: monthly day: monday @@ -11,6 +12,7 @@ updates: timezone: Europe/Berlin - package-ecosystem: github-actions directory: / + open-pull-requests-limit: 10 schedule: interval: monthly day: monday