Skip to content

Commit b17cd0f

Browse files
roypatShadowCurse
authored andcommitted
dependabot: drop open-pull-request-limit
Currently, dependabot is for some reason stuck saying "Dependabot cannot open any more pull requests" (the error message one gets if there are many than open-pull-request-limit dependabot PRs open), despite there being exactly 0 open dependabot PRs. We also cannot manually trigger it, as it fails with the same reason. Try to resolve this by removing the limit on pull requests. In practice, this should not matter, as we have exactly 1 submodule, and the cargo dependencies are all grouped, meaning simply based on how dependabot functions, we never get more than one concurrent PR of each type anyway. Signed-off-by: Patrick Roy <[email protected]>
1 parent 4239dd9 commit b17cd0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ updates:
66
directory: "/"
77
schedule:
88
interval: monthly
9-
open-pull-requests-limit: 1
109

1110
# A monthly update to rust dependencies. These will be grouped,
1211
# e.g. one PR will contains updates for all dependencies.
1312
- package-ecosystem: cargo
1413
directory: "/"
1514
schedule:
1615
interval: monthly
17-
open-pull-requests-limit: 1
1816
# Make it also update transitive dependencies in Cargo.lock
1917
allow:
2018
- dependency-type: "all"

0 commit comments

Comments
 (0)