mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
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:
parent
cd9dd5ccf7
commit
97750529fe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Group wasmtime crates together.",
|
"description": "Group wasmtime crates together.",
|
||||||
"matchPackagePatterns": ["wasmtime**"],
|
"matchPackagePrefixes": ["wasmtime**"],
|
||||||
"groupName": "wasmtime"
|
"groupName": "wasmtime"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue