Skip to content

Commit

Permalink
fix(renovate): use matchFileNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 23, 2024
1 parent 376f13d commit 16729ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
{
"groupName": "website",
"includePaths": ["website/*"],
"matchFileNames": ["website/package.json"],
"matchManagers": ["npm"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
},
{
"groupName": "vscode",
"includePaths": ["editors/vscode/*"],
"matchFileNames": ["editors/vscode/package.json"],
"matchManagers": ["npm"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
Expand Down

0 comments on commit 16729ae

Please sign in to comment.