0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-09-18 12:37:04 +08:00

chore: 在 Renovate 配置中添加 pnpmDedupe 选项

- 在 .github/renovate.json5 文件中添加了 postUpdateOptions 配置
- 选择性地启用 pnpmDedupe 功能,以优化依赖管理
This commit is contained in:
严浩
2025-08-22 11:14:15 +08:00
parent 3670e5b2f3
commit 9c4522ae4c

View File

@@ -6,6 +6,7 @@
// ":automergeMinor", // ":automergeMinor",
":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard ":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard
], ],
// "postUpdateOptions": ["pnpmDedupe"],
"ignoreDeps": [], "ignoreDeps": [],
"ignorePaths": [] "ignorePaths": []
} }