From 78c80e56a376e88751b578b2aae78014b70ddc9e Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 3 May 2024 07:46:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20renovate.json=E3=81=AE"packagePatterns?= =?UTF-8?q?"=E3=82=92"depPatterns"=E3=81=AB=20(#787)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 3e6f4eae4..5704cd5f4 100644 --- a/renovate.json +++ b/renovate.json @@ -8,12 +8,12 @@ { "groupSlug": "rust", "groupName": "Rust", - "matchPackagePatterns": "^Rust$" + "matchDepPatterns": "^Rust$" }, { "groupSlug": "others", "groupName": "Others", - "excludePackagePatterns": "^Rust$", + "excludeDepPatterns": "^Rust$", "dependencyDashboardApproval": true } ],