From 12937db87f8620d80fe3dd2b44b893aee63c114e Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 3 May 2024 00:25:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20renovate.json=E3=81=AE"packagePatterns?= =?UTF-8?q?"=E3=82=92"depPatterns"=E3=81=AB?= 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 } ],