Skip to content

Question: how does Renovate treat 0.x -> 0.y updates by default? #30925

Closed Answered by rarkins
FernandesMF asked this question in Request Help
Discussion options

You must be logged in to vote

A major update is one where the major version changes. 0.x -> 0.y is not a major update, but it may be a breaking update. Renovate treats v0 -> v0 updates as minor because that's what they are. You should treat them as potentially breaking though. If you want to do things like exclude v0 updates from a non-major group then you can use the allowedVersions config in packageRules.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FernandesMF
Comment options

Answer selected by FernandesMF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants