diff --git a/renovate.json b/renovate.json index 41abfc96..c253b926 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,12 @@ "minimumReleaseAge": "14 days", "postUpdateOptions": [ "npmDedupe" + ], + "packageRules": [ + { + "matchManagers": ["cargo"], + "matchPackageNames": ["napi", "napi-build", "napi-derive"], + "groupName": "napi-rs crates" + } ] }