-
Notifications
You must be signed in to change notification settings - Fork 169
Fix renovate groupings #2291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix renovate groupings #2291
Conversation
.github/renovate.json5
Outdated
| matchPackageNames: [ | ||
| 'com.gradle.develocity', | ||
| 'com.gradle:develocity-gradle-plugin', | ||
| 'com.gradle:**', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would something like com.gradle:develocity-** also work? In insrumentation repo we refer to the develocity plugin using com.gradle.develocity:com.gradle.develocity.gradle.plugin and have just com.gradle.develocity{/,}**
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, this should work now after #2292
80d58eb to
74d859d
Compare
| 'com.bouncycastle:**', | ||
| 'org.bouncycastle:**', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oof thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
No description provided.