From 36a38997645664a75ecc4df72da135a07e00bab6 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 13 Sep 2024 21:18:00 +0200 Subject: [PATCH] Allow 10 open PR from dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 594cf683..8fe40779 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: # Checkstyle >=10 requires Java 11+ - dependency-name: "com.puppycrawl.tools:checkstyle" versions: [">= 10.0"] + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: