From 0d9eef43630af005c8f131657a84129554a6cd20 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 6 Apr 2023 09:17:22 +0200 Subject: [PATCH] Increase pull request limit for dependency updates (#17) --- .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