mirror of
https://github.com/valitydev/.github.git
synced 2024-11-06 01:55:23 +00:00
Bump minor version when bump major dep version
This commit is contained in:
parent
e60dee575e
commit
839dba00d1
12
default.json
12
default.json
@ -1,8 +1,17 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"dependencyDashboard": false,
|
||||
"bumpVersion": "patch",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["maven"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"bumpVersion": "minor"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["maven"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"bumpVersion": "patch"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["maven"],
|
||||
"excludePackagePrefixes": ["dev.vality"],
|
||||
@ -18,6 +27,7 @@
|
||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||
"groupName": "all maven test dependencies",
|
||||
"groupSlug": "all-maven-test-deps",
|
||||
"bumpVersion": "patch",
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user