From c10c0e503f19e756207fa3656b4fde5f1c9b826f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 6 Feb 2025 10:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=20major=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E4=BE=9D=E8=B5=96=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E9=85=8D=E7=BD=AE?= 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 0956e55..0a2c49c 100644 --- a/default.json5 +++ b/default.json5 @@ -39,7 +39,7 @@ { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }, // major 更新需要人工确认 - { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true }, + // { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true }, // manually update peer dependencies { "matchDepTypes": [ "peerDependencies" ], "enabled": false }