Closed gjoseph closed 4 years ago
This config depends on the packages declaring their source repository correctly. If they don’t declare it then the rule won’t apply. Can you switch to using packagePatterns
to capture the ones you need?
oh duh, yeah that'll probably work. Will reopen if it doesn't. Thanks!!
What Renovate type are you using? Self-hosted
Describe the bug
For a build that uses Gradle plugins and libraries/dependencies from the same group, I'd expect a single PR, but I get 3 individual PRs instead, despite having declared a group in
renovate.json
.Did you see anything helpful in debug logs?
To Reproduce
Example
gradle.build
:Example
renovate.json
:Additional context