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 } ],