From 376f13d65ae717bdf319de4da959dfb51468fe26 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 15:26:33 +0800 Subject: [PATCH] chore(renovate): fix includePaths --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]