From 816256a8cefeba89aeaa2444251aeb11c1a06b2b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:08:41 +0200 Subject: [PATCH] refactor: increase the limit of PRs being opened by dependabot in parallel --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 904d3d2d3..1344dedde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,7 @@ updates: # Daily: Check minor and patch updates - package-ecosystem: "npm" directory: "/" + open-pull-requests-limit: 10 schedule: interval: "daily" pull-request-branch-name: