mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
renovate: Group wasmtime
updates (#15199)
This PR updates the Renovate config to group `wasmtime` crates together (e.g., `wasmtime` and `wasmtime-wasi`). Release Notes: - N/A
This commit is contained in:
parent
9eeb564c5c
commit
3ce864e69e
1 changed files with 8 additions and 1 deletions
|
@ -13,5 +13,12 @@
|
|||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"prFooter": "Release Notes:\n\n- N/A"
|
||||
"prFooter": "Release Notes:\n\n- N/A",
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Group wasmtime crates together.",
|
||||
"matchPackagePatterns": ["wasmtime**"],
|
||||
"groupName": "wasmtime"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue