ci: extend the queue to 10 (#17823)

This commit is contained in:
Jirka Borovec 2023-06-15 14:32:34 +02:00 committed by GitHub
parent 050d645095
commit 577c494d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ updates:
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
# Allow up to 5 open pull requests for pip dependencies
open-pull-requests-limit: 5
open-pull-requests-limit: 10
reviewers:
- "Lightning-AI/teams/core-lightning"
@ -36,6 +36,6 @@ updates:
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
# Allow up to 5 open pull requests for GitHub Actions
open-pull-requests-limit: 5
open-pull-requests-limit: 10
reviewers:
- "Lightning-AI/teams/core-lightning"