Skip to content

Commit 55320ce

Browse files
authored
refactor: increase the limit of PRs being opened by dependabot in parallel (#51)
refactor: increase the limit of PRs being opened by dependabot in parallel
1 parent 26e655c commit 55320ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ updates:
1111
# Daily: Check minor and patch updates
1212
- package-ecosystem: "npm"
1313
directory: "/"
14+
open-pull-requests-limit: 10
1415
schedule:
1516
interval: "daily"
1617
pull-request-branch-name:

0 commit comments

Comments
 (0)