mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-09-18 10:27:02 +08:00
chore: 在 Renovate 配置中添加 pnpmDedupe 选项
- 在 .github/renovate.json5 文件中添加了 postUpdateOptions 配置 - 选择性地启用 pnpmDedupe 功能,以优化依赖管理
This commit is contained in:
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@@ -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": []
|
||||||
}
|
}
|
Reference in New Issue
Block a user