feat(bun): split dev and runtime non-major grups (#121)
CD / Release (push) Successful in 9s
CD / Release (push) Successful in 9s
Implements #93 Reviewed-on: #121 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #121.
This commit is contained in:
+12
-3
@@ -7,9 +7,18 @@
|
|||||||
"addLabels": ["deps", "npm"]
|
"addLabels": ["deps", "npm"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Group all minor and patch updates together",
|
"description": "Group all minor and patch runtime dependency updates together",
|
||||||
"groupName": "all non-major dependencies",
|
"groupName": "dependencies(non-major)",
|
||||||
"groupSlug": "all-minor-patch",
|
"groupSlug": "dependencies",
|
||||||
|
"matchDepTypes": ["dependencies"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchManagers": ["npm", "bun"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Group all minor and patch development dependency updates together",
|
||||||
|
"groupName": "devDependencies (non-major)",
|
||||||
|
"groupSlug": "dev-dependencies",
|
||||||
|
"matchDepTypes": ["devDependencies"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"matchManagers": ["npm", "bun"]
|
"matchManagers": ["npm", "bun"]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user