dependabot: Lower limit for number of open PRs
We no longer have dependency bumps "stuck" in the limbo. Let's lower the limit again as we're not overwhelmed by new dependabot PRs.
This commit is contained in:
parent
eeae4f9467
commit
0373a55f8c
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -5,7 +5,7 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 3
|
||||
rebase-strategy: "auto"
|
||||
ignore:
|
||||
- dependency-name: "@playwright/test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue