Checkbox on the PR to force pending versions #30233
taraspos
started this conversation in
Suggest an Idea
Replies: 1 comment 1 reply
|
The maintainer wants to add a checkbox somewhere to force open pending PRs, see: It's not clear to me where that checkbox will go, so I asked about it in the linked issue. 😄 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Summary
If
minimumReleaseAgesetting is used, then pending version updates are paused until age criteria is satisfied:Usually, it is possible to force PR creation by checking the checkbox in the "Dependency Dashboard" issue.
However, if PR is already open, but there are newer version that didn't pass the
minimumReleaseAge, you can see them in the table in "Pending" column. In this case there is no way to force update to the latest one.For example:
6.6.4->6.6.56.7.1(+2)Would be great to have a way to force upgrade to the latest one in this case.
Proposal
PRs already have checkbox that allows you to rebase it:
Having similar one that could force upgrade to the pending version, would solve the problem:
All reactions