renovate: Fix wasmtime package prefix

This commit is contained in:
Marshall Bowers 2024-07-25 11:45:14 -04:00
parent f31c55a76f
commit 6d3eaa055f

View file

@ -17,7 +17,7 @@
"packageRules": [
{
"description": "Group wasmtime crates together.",
"matchPackagePrefixes": ["wasmtime**"],
"matchPackagePrefixes": ["wasmtime"],
"groupName": "wasmtime"
}
]