mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
renovate: Fix wasmtime package prefix
This commit is contained in:
parent
f31c55a76f
commit
6d3eaa055f
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.",
|
||||||
"matchPackagePrefixes": ["wasmtime**"],
|
"matchPackagePrefixes": ["wasmtime"],
|
||||||
"groupName": "wasmtime"
|
"groupName": "wasmtime"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue