From a35889649fce7e0a6447dd1c7e19edec7991833e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 8 May 2025 18:41:37 +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=20lint-staged=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=20minimumReleaseAge=20=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 20ca2b6..121c3ef 100644 --- a/default.json5 +++ b/default.json5 @@ -54,7 +54,7 @@ // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { "groupName": "Lint dependencies", "groupSlug": "lint", - "matchPackageNames": [ "/eslint/", "/oxlint/", "/commitlint/" ], + "matchPackageNames": [ "/eslint/", "/oxlint/", "/commitlint/", "lint-staged" ], "minimumReleaseAge": "3 days" // "schedule": ["before 4am on Monday"], // "automerge": true