Skip to content

Commit 1517305

Browse files
committed
chore: configure Dependabot to have no more than 2 PRs in-flight
Part of #1590
1 parent 0e869a1 commit 1517305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ updates:
2424
assignees: [ "php-coder" ]
2525
reviewers: [ "php-coder" ]
2626
labels: [ "kind/dependency-update" ]
27+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
28+
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)