How to avoid MRs for maven snapshot from feature branches #33890
Unanswered
ahoehma
asked this question in
Request Help
Replies: 1 comment 2 replies
-
Are the versions always like 1.2.3 and not 1.2 or 1.2.3.4? |
Beta Was this translation helpful? Give feedback.
2 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.
GitLab
Please tell us more about your question or problem
I would like to "pin" renovate to update only "normal" snapshot versions for a particular dependency.
Currently I got something like this:
2025.2.0-SNAPSHOT
->2025.2.0-lpz_2359-SNAPSHOT
lpz_235 is a feature-branch based version of this dependency.
I need to say only "[version]-SNAPSHOT" ... not sure how to tell renovate to ignore all "[version][-feature]-SNAPSHOT".
Kind regards
Andreas
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions