From 54e8d93db1278e4bd3e9e1ae57ecb4ac1b4f63cd Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 9 Dec 2025 12:11:53 +0100 Subject: [PATCH] ci(renovate): group worker-rs updates --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 016c0c807..3f55df977 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,11 @@ "https://github.com/microsoft/windows-rs", "https://github.com/wravery/webview2-rs" ] + }, + { + "description": "Group worker-rs crates", + "groupName": "worker-rs crates", + "matchSourceUrls": ["https://github.com/cloudflare/workers-rs"] } ], "postUpdateOptions": ["pnpmDedupe"]