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 } ] }