ci(renovate): Group windows crates into one PR

This commit is contained in:
FabianLars
2025-09-25 13:31:39 +02:00
parent d44ac9afed
commit e4a9154f4a

View File

@@ -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"]