From ac77c2916ca39bfffccc57b7dd384427c2f8ca76 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sat, 24 Aug 2024 22:14:47 +0200 Subject: [PATCH] Allow 100 open pull requests --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 691383e6..cdb4fad8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,7 @@ updates: update-types: - "minor" - "patch" + open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/app" schedule: @@ -28,6 +29,7 @@ updates: update-types: - "minor" - "patch" + open-pull-requests-limit: 100 - package-ecosystem: github-actions directory: "/" schedule: