From dca4576d75f803519d8d12372bb3483ef64612e9 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 28 Feb 2024 22:23:37 +0800 Subject: [PATCH] chore: renovate split napi upgrades (#5806) --- .github/renovate.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index fddc731a16d..666932ec93d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,11 +10,11 @@ "webpack-examples/**", "webpack-test/**" ], + "assignees": ["@Boshen"], "packageRules": [ { "groupName": "github-actions", "matchManagers": ["github-actions"], - "assignees": ["@Boshen"], "excludePackageNames": ["actions/upload-artifact", "actions/download-artifact"] }, { @@ -26,8 +26,7 @@ { "groupName": "crates", "matchManagers": ["cargo"], - "assignees": ["@Boshen"], - "excludePackagePrefixes": ["swc"], + "excludePackagePrefixes": ["swc", "napi"], "excludePackageNames": ["ustr", "textwrap", "styled_components", "owo-colors", "miette"] }, { @@ -36,6 +35,11 @@ "matchPackagePrefixes": ["swc"], "matchPackageNames": ["styled_components"] }, + { + "groupName": "napi", + "matchManagers": ["cargo"], + "matchPackagePrefixes": ["napi"] + }, { "groupName": "ignored crates", "matchManagers": ["cargo"], @@ -54,8 +58,7 @@ "matchManagers": ["npm"], "matchDepTypes": ["devDependencies"], "excludePackagePrefixes": ["webpack"], - "excludePackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm"], - "assignees": ["@Boshen"] + "excludePackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm"] }, { "groupName": "npm dependencies",