renovate: Fix selector for wasmtime group (#15202)

This PR fixes the package name selector for the `wasmtime` group.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-25 11:30:31 -04:00 committed by GitHub
parent cd9dd5ccf7
commit 97750529fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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