From d39743cdb99c3a21eaf2986d003f6c8437a09db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 24 Jan 2024 13:18:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index ef60a4f5..e38d73a1 100644 --- a/renovate.json +++ b/renovate.json @@ -12,11 +12,14 @@ ], "packageRules": [ { - "groupName": "all dependencies", - "groupSlug": "all", - "matchPackagePatterns": [ - "*" - ] + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } + ], + "ignoreDeps": [ + "github.com/goravel/framework", + "github.com/goravel/gin" ] }