Skip to content

Commit d1892b9

Browse files
committed
ci(renovate): group windows-rs and webview2 crates
1 parent e446926 commit d1892b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
},
1919
{
2020
"description": "Disable oxc_* crates because of MSRV and PR spam",
21+
"groupName": "oxc crates",
2122
"matchPackageNames": ["oxc_*"],
2223
"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+
]
2332
}
2433
],
2534
"postUpdateOptions": ["pnpmDedupe"]

0 commit comments

Comments
 (0)