ci: group all others deps update

This commit is contained in:
LongYinan
2025-04-22 10:02:32 +08:00
parent 3967f25cee
commit b8bea62a10

View File

@@ -33,6 +33,11 @@
"matchManagers": ["npm"],
"matchPackageNames": ["*", "!/^@blocksuite//", "!/oxlint/"]
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "rust toolchain",
"matchManagers": ["custom.regex"],