From d1892b97cebbade59acea373274d28b6a870e2e0 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 25 Sep 2025 14:57:50 +0200 Subject: [PATCH] ci(renovate): group windows-rs and webview2 crates --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 50e8b253b..016c0c807 100644 --- a/renovate.json +++ b/renovate.json @@ -18,8 +18,17 @@ }, { "description": "Disable oxc_* crates because of MSRV and PR spam", + "groupName": "oxc crates", "matchPackageNames": ["oxc_*"], "enabled": false + }, + { + "description": "Group windows-rs / webview2-com crates", + "groupName": "windows-rs and webview2 crates", + "matchSourceUrls": [ + "https://github.com/microsoft/windows-rs", + "https://github.com/wravery/webview2-rs" + ] } ], "postUpdateOptions": ["pnpmDedupe"]