You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments