We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e446926 commit d1892b9Copy full SHA for d1892b9
renovate.json
@@ -18,8 +18,17 @@
18
},
19
{
20
"description": "Disable oxc_* crates because of MSRV and PR spam",
21
+ "groupName": "oxc crates",
22
"matchPackageNames": ["oxc_*"],
23
"enabled": false
24
+ },
25
+ {
26
+ "description": "Group windows-rs / webview2-com crates",
27
+ "groupName": "windows-rs and webview2 crates",
28
+ "matchSourceUrls": [
29
+ "https://github.com/microsoft/windows-rs",
30
+ "https://github.com/wravery/webview2-rs"
31
+ ]
32
}
33
],
34
"postUpdateOptions": ["pnpmDedupe"]
0 commit comments