mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(renovate): use matchFileNames
This commit is contained in:
parent
376f13d65a
commit
16729ae950
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue