mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
fix(ci): group mobx packages
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c06bdd933e
commit
ec043cf8fa
@@ -83,6 +83,16 @@
|
||||
],
|
||||
"groupName": "react"
|
||||
},
|
||||
{
|
||||
"description": "Mobx packages",
|
||||
"matchDatasources": [
|
||||
"npm"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^mobx/"
|
||||
],
|
||||
"groupName": "mobx"
|
||||
},
|
||||
{
|
||||
"description": "Update snapshots after npm upgrades",
|
||||
"matchManagers": [
|
||||
|
||||
Reference in New Issue
Block a user