Don't autmerge major releases
This commit is contained in:
parent
31e8616d14
commit
27263aef0b
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue