mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-24 19:51:13 +00:00
Do not combine minor and patch pr's into one
This commit is contained in:
@@ -23,9 +23,9 @@
|
|||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
"groupName": "devDependencies (non-major)",
|
"groupName": "devDependencies (patch)",
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user