0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-02-04 22:10:35 +08:00

config(default.json5): 启用 commitBody 跳过 CI 配置

This commit is contained in:
严浩
2025-09-29 13:57:56 +08:00
parent d237706817
commit 926d7ca0e1

View File

@@ -108,7 +108,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 === */