Proposal for new Maven-related regexp manager preset #21495
rombert
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
-
sounds good.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of discussion.
I'm proposing an idea
Tell us more.
Sometimes Maven pom.xml files use properties to define versions. There are scenarios where these versions aren't directly reflected in the dependencies or dependencyManagement sections, for instance:
Examples
It would be beneficial if renovate would ship with a built-in present that allows users to annotate pom.xml properties, indicating that they are dependecies to be managed.
I worked on the regular expression at apache/sling-org-apache-sling-starter#85, and I'd be willing to massage into something more generally useful, if there is intereset.
Briefly, the way to annotate the properties is
and the regex manager is
Does this sound like something that could be contributed to renovate?
Beta Was this translation helpful? Give feedback.
All reactions