Skip to content

Commit

Permalink
chore(renovate): update groups names
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 29, 2024
1 parent 55e33be commit 8e7c376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 8e7c376

Please sign in to comment.