From e4a9154f4ab763d6d9a7208e71013b8917d42f5b Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 25 Sep 2025 13:31:39 +0200 Subject: [PATCH] ci(renovate): Group windows crates into one PR --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 61e4dce3..4a76a660 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,14 @@ "matchPackageNames": ["node", "pnpm"], "matchDepTypes": ["engines", "packageManager"], "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"]