diff --git a/renovate.json b/renovate.json index 5704cd5f4..e1a21c13d 100644 --- a/renovate.json +++ b/renovate.json @@ -8,12 +8,12 @@ { "groupSlug": "rust", "groupName": "Rust", - "matchDepPatterns": "^Rust$" + "matchPackagePatterns": "^rust-lang/rust$" }, { "groupSlug": "others", "groupName": "Others", - "excludeDepPatterns": "^Rust$", + "excludePackagePatterns": "^rust-lang/rust$", "dependencyDashboardApproval": true } ],