From 4bf23ff7ba73874774a74c20c6f941816b837fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 10 Oct 2023 20:04:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index ecc5ef82..ef60a4f5 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,14 @@ "commitMessagePrefix": "chore(deps): ", "postUpdateOptions": [ "gomodTidy" + ], + "packageRules": [ + { + "groupName": "all dependencies", + "groupSlug": "all", + "matchPackagePatterns": [ + "*" + ] + } ] }