diff --git a/renovate.json b/renovate.json index 749b6fb5b3..39607c6b43 100644 --- a/renovate.json +++ b/renovate.json @@ -17,8 +17,8 @@ "packageRules": [ { "description": "Group wasmtime crates together.", - "matchPackagePrefixes": ["wasmtime"], - "groupName": "wasmtime" + "groupName": "wasmtime", + "matchPackageNames": ["wasmtime{/,}**"] } ] }