mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
ci: split npm and rust dependencies update
This commit is contained in:
15
.github/renovate.json
vendored
15
.github/renovate.json
vendored
@@ -21,15 +21,16 @@
|
|||||||
"groupName": "oxlint"
|
"groupName": "oxlint"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "blocksuite",
|
"groupName": "all non-major rust dependencies",
|
||||||
"rangeStrategy": "replace",
|
|
||||||
"changelogUrl": "https://github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md",
|
|
||||||
"matchPackageNames": ["/^@blocksuite/", "!@blocksuite/icons"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"groupName": "all non-major dependencies",
|
|
||||||
"groupSlug": "all-minor-patch",
|
"groupSlug": "all-minor-patch",
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchManagers": ["cargo"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "all non-major npm dependencies",
|
||||||
|
"groupSlug": "all-minor-patch",
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"matchManagers": ["npm"],
|
||||||
"matchPackageNames": ["*", "!/^@blocksuite//", "!/oxlint/"]
|
"matchPackageNames": ["*", "!/^@blocksuite//", "!/oxlint/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user