mirror of
https://github.com/valitydev/test-renovate-config.git
synced 2024-11-06 08:15:16 +00:00
20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"excludePackagePrefixes": ["dev.vality"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "all non-major maven dependencies",
|
|
"groupSlug": "all-maven-minor-patch"
|
|
},
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"matchDepTypes": ["test"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"groupName": "all maven test dependencies",
|
|
"groupSlug": "all-maven-test-deps"
|
|
}
|
|
]
|
|
}
|