From 16729ae950a472aa7cde028d9876d3fad44106f8 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 15:42:02 +0800 Subject: [PATCH] fix(renovate): use matchFileNames --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]