renovate: Group `wasmtime` updates (#15199)
Marshall Bowers
created
This PR updates the Renovate config to group `wasmtime` crates together
(e.g., `wasmtime` and `wasmtime-wasi`).
Release Notes:
- N/A
Change summary
renovate.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Detailed changes
@@ -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"
+ }
+ ]
}