mirror of
https://github.com/valitydev/.github.git
synced 2024-11-06 01:55:23 +00:00
35 lines
911 B
JSON
35 lines
911 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"dependencyDashboard": false,
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"matchUpdateTypes": ["major"],
|
|
"bumpVersion": "minor"
|
|
},
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"bumpVersion": "patch"
|
|
},
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"excludePackagePrefixes": ["dev.vality"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "all non-major maven dependencies",
|
|
"groupSlug": "all-maven-minor-patch",
|
|
"bumpVersion": "patch",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchDatasources": ["maven"],
|
|
"matchDepTypes": ["test"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"groupName": "all maven test dependencies",
|
|
"groupSlug": "all-maven-test-deps",
|
|
"bumpVersion": "patch",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|