Support Gradle RepositoryContentDescriptor #32256
marverix
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
This feature request is related to #14208 but should probably be tracked separately anyway, due to the different patterns that need addition. renovate's gradle manager currently lacks support for RepositoryContentDescriptor. The proposal to translate parsed statements into package rules seems appealing, but by the time parsing happens, it is already too late to add package rules. Note that |
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
-
Gradle has RepositoryContentDescriptor which allows you to configure which packages, modules, groups, etc should be excluded/included . One can use it to tell Gradle to (not) look into given repository if given package is processed.
Example,
settings.gradle
:This could be translated to Renovate's:
Beta Was this translation helpful? Give feedback.
All reactions