Minor Bump Skip Patch 0 version #33216
Replies: 1 comment
-
I think i understand why renovate chose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Giltab / Renovate 39.69.2
Please tell us more about your question or problem
I have private registry that host one of my image called
ops/python-poetry
. It has the following version tagThe current version is
3.17.0
, when bumping patch, renovate correctly bump version to3.17.2
. But when changing to bump minor, it go straight to3.18.1
instead of3.18.0
. Is there any specific configuration i'm missing ?I've tried different versioning scheme but no success.
loose
anddocker
doesn't seems to work.renovate.json
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions