Display updates/versions that have not yet met minimum release age thresholds for information purposes #44981
setchy
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
|
Have you seen |
2 replies
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.
It would be useful if within both the Dependency Dashboard itself, and within individual PRs, we display some visual queue that a given package has new versions published which have not yet met the minimum release age thresholds.
For example, the Dependency Dashboard and PR may suggest an update from
v10.1.2->v10.1.3, but actuallyv10.2.0has been released and just needs time before it's recommended in the form of a Renovate update.This would help signal to the developers whether they should merge the PR as-is, or, if they may like to wait until the minimum release age has passed to take the newer patch.
All reactions