chore(renovate): fix includePaths

This commit is contained in:
Boshen 2024-01-23 15:26:33 +08:00
parent e1ea0e4d17
commit 376f13d65a
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -19,14 +19,14 @@
},
{
"groupName": "website",
"includePaths": ["website/**"],
"includePaths": ["website/*"],
"matchManagers": ["npm"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
},
{
"groupName": "vscode",
"includePaths": ["editors/vscode/**"],
"includePaths": ["editors/vscode/*"],
"matchManagers": ["npm"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]