mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 08:20:49 +08:00
注释掉 major 更新的依赖仪表板审批配置
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] },
|
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] },
|
||||||
|
|
||||||
// major 更新需要人工确认
|
// major 更新需要人工确认
|
||||||
{ "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },
|
// { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },
|
||||||
|
|
||||||
// manually update peer dependencies
|
// manually update peer dependencies
|
||||||
{ "matchDepTypes": [ "peerDependencies" ], "enabled": false }
|
{ "matchDepTypes": [ "peerDependencies" ], "enabled": false }
|
||||||
|
Reference in New Issue
Block a user