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:
Marshall Bowers 2024-07-25 11:21:51 -04:00 committed by GitHub
parent 9eeb564c5c
commit 3ce864e69e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
]
}