What would you like Renovate to be able to do?
Avoid upgrading from normal-looking versions to high versions like daily releases
If you have any ideas on how this should be implemented, please tell us here.
Example: repository currently uses 19.2. There exists a new version 20.0, but also 2023.03.03 or something like that.
Today, Renovate will take the 2023 one. Instead, we should have a new configuration option like maxMajorIncrement defaulting to perhaps 50. which filters out any releases which are >50 major releases higher than the current.
I think this would produce less problems by default than having no limit does today.
Is this a feature you are interested in implementing yourself?
No
What would you like Renovate to be able to do?
Avoid upgrading from normal-looking versions to high versions like daily releases
If you have any ideas on how this should be implemented, please tell us here.
Example: repository currently uses 19.2. There exists a new version 20.0, but also 2023.03.03 or something like that.
Today, Renovate will take the 2023 one. Instead, we should have a new configuration option like
maxMajorIncrementdefaulting to perhaps50. which filters out any releases which are >50 major releases higher than the current.I think this would produce less problems by default than having no limit does today.
Is this a feature you are interested in implementing yourself?
No