From 842eb3e9c57a8ff042410605d944907df4086bc4 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Mon, 12 Aug 2024 13:02:25 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20Renovate=20v38=E3=81=AB=E9=81=A9=E5=BF=9C?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5704cd5f4..19e437554 100644 --- a/renovate.json +++ b/renovate.json @@ -8,12 +8,19 @@ { "groupSlug": "rust", "groupName": "Rust", - "matchDepPatterns": "^Rust$" + "matchPackagePatterns": [ + "^rust-lang/rust$" + ] }, { "groupSlug": "others", "groupName": "Others", - "excludeDepPatterns": "^Rust$", + "matchPackagePatterns": [ + "*" + ], + "excludePackagePatterns": [ + "^rust-lang/rust$" + ], "dependencyDashboardApproval": true } ],