Grouped package updates pending minimumReleaseAge are not listed in Pending Status Checks #39778
Unanswered
cflee
asked this question in
Request Help
Replies: 1 comment 2 replies
-
|
@cflee can you please enable the Dependency Dashboard for the repo? I.e. with an |
Beta Was this translation helpful? Give feedback.
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.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
42.34.0
Please tell us more about your question or problem
Current state: When
minimumReleaseAgeis configured, package that are not in a group will have their pending-minimumReleaseAgeupdates listed on the Dependency Dashboard's Pending Status Checks, so it's possible to force the creation of the update.However, for packages that are in a group (such as all-minor-patch updates, or any other kind of group) and the group contains other non-pending updates (I'm not sure what happens if it does not have any other updates), the pending-
minimumReleaseAgeupdates are not listed on the Pending Status Checks, so it's not possible to force the creation of the update.Ask: Can these be made available on the Pending Status Checks so that we can manually force creation where desired?
Use case: We prefer to group all minor/patch updates together. However, for some urgent updates where we have separately manually evaluated a specific package version (typically for security vulnerability remediation) and want to trigger the update creation, we would like to do so from the Dependency Dashboard without having to edit the Renovate config to exclude that package version from the
minimumReleaseAge.This was initially observed on self-hosted with GitLab, but I've reproduced it on GitHub with Mend.io: https://github.com/cflee/renovatebot-reproduce-grouped-minimumReleaseAge
Logs (if relevant)
Logs (from Renovate App)
Beta Was this translation helpful? Give feedback.
All reactions