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

禁用平台自动合并功能

This commit is contained in:
严浩
2025-07-02 10:26:59 +08:00
parent 56b9b682d0
commit 60b8e945fd

View File

@ -18,7 +18,7 @@
],
"ignoreTests": false,
"vulnerabilityAlerts": { "enabled": true, "labels": ["security"], "automerge": false, "schedule": "at any time" },
"platformAutomerge": true, // https://docs.renovatebot.com/configuration-options/#platformautomerge
"platformAutomerge": false, // https://docs.renovatebot.com/configuration-options/#platformautomerge
"labels": [ "dependencies" ],
"dependencyDashboard": false,
"forkProcessing": "enabled",