From 709ceeb5c22ccfb6793bcb11f2cb9f0434be0547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 5 Sep 2025 09:26:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=AF=E7=94=A8=20platformAutomerge?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 77d989a..995b755 100644 --- a/default.json5 +++ b/default.json5 @@ -22,7 +22,7 @@ "ignoreTests": false, "vulnerabilityAlerts": { "enabled": true, "labels": ["security"], "automerge": false, "schedule": "at any time" }, // "internalChecksFilter": "none", // https://docs.renovatebot.com/configuration-options/#internalchecksfilter - // "platformAutomerge": false, // https://docs.renovatebot.com/configuration-options/#platformautomerge + "platformAutomerge": false, // https://docs.renovatebot.com/configuration-options/#platformautomerge "labels": [ "dependencies" ], "dependencyDashboard": false, "forkProcessing": "enabled",