diff --git a/.github/renovate.json b/.github/renovate.json index 5388ee09bd2a5..8ed6750bc7a21 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,21 +11,21 @@ "assignees": ["@Boshen"] }, { - "groupName": "cargo", + "groupName": "rust crates", "matchManagers": ["cargo"], "schedule": ["on monday"], "assignees": ["@Boshen"], "ignoreDeps": ["textwrap", "owo-colors", "syn"] }, { - "groupName": "website", + "groupName": "website npm packages", "matchFileNames": ["website/package.json"], "matchManagers": ["npm"], "schedule": ["on monday"], "assignees": ["@Boshen"] }, { - "groupName": "vscode", + "groupName": "vscode npm packages", "matchFileNames": ["editors/vscode/package.json"], "matchManagers": ["npm"], "schedule": ["on monday"],