0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-09-18 10:47:02 +08:00

refactor: 注释掉 platformAutomerge 配置项

This commit is contained in:
严浩
2025-08-22 11:20:42 +08:00
parent 9c4522ae4c
commit 0a9cc11769

View File

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