Can we automatically remove the outdated minimumReleaseAgeExclude configuration?
#44513
Closed
btea
started this conversation in
Suggest an Idea
Replies: 1 comment 1 reply
|
I don't want to add another piece of code we have to maintain :) You can wait for maintainer's comment though |
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.
Tell us more.
When the installation of the latest version of a dependency package is restricted by
minimumReleaseAge, if the user confirms there are no issues, the corresponding package version will be added tominimumReleaseAgeExclude.Over time, the corresponding package version will no longer be restricted by
minimumReleaseAge. In this case, whenrenovateautomatically updates the next version of the dependency, it might be able to automatically remove outdated configuration information.All reactions