Merge pull request 'Configure Renovate' (#4) from renovate/configure into main
All checks were successful
/ Verify (push) Successful in 51s
All checks were successful
/ Verify (push) Successful in 51s
Reviewed-on: #4
This commit is contained in:
commit
7f3f38f15c
1 changed files with 14 additions and 0 deletions
14
renovate.json
Normal file
14
renovate.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$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