Don't autmerge major releases
This commit is contained in:
parent
31e8616d14
commit
27263aef0b
@ -13,7 +13,8 @@
|
||||
"prettier"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"automergeType": "branch",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8,7 +8,8 @@
|
||||
"sass-loader"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"automergeType": "branch",
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user