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.
This commit is contained in:
Illia Bobyr 2023-04-06 14:26:57 -07:00 committed by GitHub
parent 3a6d990d4c
commit 0f8317b22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ updates:
timezone: America/Los_Angeles
#labels:
# - "automerge"
open-pull-requests-limit: 3
open-pull-requests-limit: 6