diff --git a/.github/renovate.json b/.github/renovate.json index a4c7538cb..74bbe14c3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"]