mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): group vite packages
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
"matchPackageNames": ["/^bootstrap$/", "/^bootswatch$/"],
|
||||
"groupName": "bootstrap"
|
||||
},
|
||||
{
|
||||
"description": "Vite packages",
|
||||
"matchDatasources": ["npm"],
|
||||
"matchPackageNames": ["/^@vitejs/", "/^vite$/", "/^vite-.+$/"],
|
||||
"groupName": "vite"
|
||||
},
|
||||
{
|
||||
"description": "Update snapshots after npm upgrades",
|
||||
"matchManagers": ["npm"],
|
||||
|
||||
Reference in New Issue
Block a user