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": {
|
"major": {
|
||||||
"dependencyDashboardApproval": true
|
"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…
Add table
Add a link
Reference in a new issue