Skip to content

Commit 8c05f56

Browse files
committed
dependabot: drop open-pull-requests-limit
Having it set to 100 is not very useful (the number is from before we were using grouped updates). With the way dependabot is configured, we can at most get 2 PRs at the same time (as dependabot will only open at most one PR per group, and we have two groups). We could set it to 2, but that can cause problems, see rust-vmm/kvm#336. Signed-off-by: Patrick Roy <[email protected]>
1 parent b8968da commit 8c05f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ updates:
77
day: "monday"
88
allow:
99
- dependency-type: "all"
10-
open-pull-requests-limit: 100
1110
groups:
1211
rust-vmm:
1312
patterns:

0 commit comments

Comments
 (0)