0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 04:30:48 +08:00

注释掉 commitBody 配置以适应 CI 设置

This commit is contained in:
严浩
2025-02-07 13:18:38 +08:00
parent 1f82e4e9d0
commit 470c24c264

View File

@ -40,7 +40,7 @@
// major 更新需要人工确认
// { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true },
],
"commitBody": "[skip ci]", // 根据 CI 配置调整
// "commitBody": "[skip ci]", // 根据 CI 配置调整
"customManagers": [
// https://semantic-release.gitbook.io/semantic-release/usage/installation#notes
/* === run: npx semantic-release@24.2.1 === */