From ea2e957a48eb28396ae13f9874858963c0d13db8 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 15:49:27 +0800 Subject: [PATCH] chore(renovate): ignore napi/ and npm/ --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 74bbe14c3..0b861718f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -30,6 +30,12 @@ "matchManagers": ["npm"], "schedule": ["on monday"], "assignees": ["@Boshen"] + }, + { + "groupName": "off", + "matchFileNames": ["napi/*/package.json", "npm/*/package.json"], + "matchManagers": ["npm"], + "enabled": false } ] }