From aed82a6a4fbbb3ff4c8ad5f120cd1f83806582c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 28 Apr 2025 22:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20Lint=20=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=E7=BB=84=E6=B7=BB=E5=8A=A0=20minimumReleaseAge=20=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=8C=E8=AE=BE=E7=BD=AE=E4=B8=BA=203=20=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 599001e..690dff5 100644 --- a/default.json5 +++ b/default.json5 @@ -54,7 +54,8 @@ // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { "groupName": "Lint dependencies", "groupSlug": "lint", - "matchPackageNames": [ "/eslint/", "/oxlint/" ] + "matchPackageNames": [ "/eslint/", "/oxlint/" ], + "minimumReleaseAge": "3 days" // "schedule": ["before 4am on Monday"], // "automerge": true },