From e5d5e60469d4d8d8bb4811bb451bcb44d98b811b Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 14:22:25 +0800 Subject: [PATCH] chore(renovate): update --- .github/renovate.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 07c4aff41..96a4a632e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,20 +5,30 @@ ], "packageRules": [ { + "groupName": "github-actions", "matchManagers": ["github-actions"], "schedule": ["on monday"], "assignees": ["@Boshen"] }, { + "groupName": "cargo", "matchManagers": ["cargo"], "schedule": ["on monday"], "assignees": ["@Boshen"] }, { + "groupName": "website", + "includePaths": ["website/**"], "matchManagers": ["npm"], "schedule": ["on monday"], - "assignees": ["@Boshen"], - "includePaths": ["website/**"] + "assignees": ["@Boshen"] + }, + { + "groupName": "vscode", + "includePaths": ["editors/vscode/**"], + "matchManagers": ["npm"], + "schedule": ["on monday"], + "assignees": ["@Boshen"] } ] }