[Maven] How to update related packages in lockstep? #8289
Unanswered
ablekhman
asked this question in
Request Help
Replies: 1 comment 5 replies
-
Renovate should detect the version variable and group all packages referencing the variable automatically. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Often we have a group of dependencies that share the same version. For example, JAXB related dependencies:
The version for all dependencies in such groups is controlled by one variable. In the example above,
${jaxb.version}
.Is it possible to configure Renovate bot to keep a group of dependencies on the same version? Say, only suggest update if all of the members of the group have newer - and the same - version available.
Or in other words, recommend an update only if it can be done via a single variable.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions