From 9c4522ae4c938164661044be6ae6093d261d5ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 22 Aug 2025 11:14:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=20Renovate=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=20pnpmDedupe=20=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .github/renovate.json5 文件中添加了 postUpdateOptions 配置 - 选择性地启用 pnpmDedupe 功能,以优化依赖管理 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5cd9e2a..f0f129b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,6 +6,7 @@ // ":automergeMinor", ":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard ], + // "postUpdateOptions": ["pnpmDedupe"], "ignoreDeps": [], "ignorePaths": [] } \ No newline at end of file