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