From 3ce864e69e3483b156ed66826385848ac2234d3b Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 25 Jul 2024 11:21:51 -0400 Subject: [PATCH] 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 --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d3e5b9fea4..4597cc7d81 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + } + ] }