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