Regex versioning only compare semver components #12063
-
The great thing about the regex versioning, is that non-standard versions can still be compared properly. It allowed me to automatically update a docker image from version Now version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can already use a @HonkingGoose can you propose a PR to add it to the docs here: https://github.com/renovatebot/renovate/tree/main/lib/versioning/regex I think I forgot it when implemented the feature |
Beta Was this translation helpful? Give feedback.
You can already use a
build
capture group as an additional number.@HonkingGoose can you propose a PR to add it to the docs here:
https://github.com/renovatebot/renovate/tree/main/lib/versioning/regex
I think I forgot it when implemented the feature