From 5149f9a851a7b4f72e0d2fd1db7af2263698d453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 31 Jul 2024 12:25:15 +0800 Subject: [PATCH] =?UTF-8?q?Bot=20=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- .github/renovate.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 917814526..2b3b3543d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,10 +13,9 @@ "rebaseWhen": "never", "packageRules": [ { - "packageNames": [ - "docker-compose", - "checkout", - "github-action" + "matchPackageNames": [ + "actions/checkout", + "renovatebot/github-action" ], "automerge": true },