group maven plugins
See: https://github.com/renovatebot/renovate/discussions/31855
This commit is contained in:
parent
5abf49baff
commit
3d1c0ebd66
1 changed files with 8 additions and 0 deletions
|
|
@ -2,5 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
// Group Maven plugins.
|
||||
{
|
||||
"groupName": "maven plugins",
|
||||
"groupSlug": "maven-plugins",
|
||||
"matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue