Configure Renovate #4
1 changed files with 8 additions and 0 deletions
group maven plugins
See: https://github.com/renovatebot/renovate/discussions/31855
commit
2e08e9d12c
|
|
@ -2,5 +2,13 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"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