From 0f8317b22e3ccd32cd5a258e28fd1f80df840e9e Mon Sep 17 00:00:00 2001 From: Illia Bobyr Date: Thu, 6 Apr 2023 14:26:57 -0700 Subject: [PATCH] dependabot: Increase PR limit to 6 (#31087) Current limit of 3 is too low, as the updates are happening faster than they are processed via our review process. As this limit applies to the total number of outstanding PRs, any PR that requires additional investigation is further reducing the update speed. Bumping 2x to see if this would get us back on track to catching up with the current state of the world. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 012372b103..95e3fb3444 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: timezone: America/Los_Angeles #labels: # - "automerge" - open-pull-requests-limit: 3 \ No newline at end of file + open-pull-requests-limit: 6