Replies: 2 comments
|
I do not see a built-in minimum-age option for the standard release/tag sources. The relevant detail is that the version filters work on the candidate values themselves. For The For "only update when the selected release is at least 4 days old", I would implement it as an extra condition, usually For GitHub releases the condition would need to call the GitHub REST endpoint for the selected tag/version and compare |
|
The concept of cooldown dependencies is not yet supported but it's pretty high on my need. I have this issue #7866 to track the work needed. |
Uh oh!
There was an error while loading. Please reload this page.
Does UpdateCLI have a feature to delay updating dependencies until the detected dependency has a certain age?
For example: I would like to delay taking in a new version of a dependency until it is at least 4 days old. Definitely for new major versions, this would allow to skip taking in this release possibly containing blocking bugs. Delaying would allow for a point release to become available by then.
Does this exist on certain resource types, or is this a condition I couldn't find in the docs?
All reactions