mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Bundle windows crates in renovate config (#17365)
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -231,6 +231,7 @@
|
||||
"webpack-node-externals",
|
||||
"widestring",
|
||||
"windows",
|
||||
"windows-core",
|
||||
"windows-future",
|
||||
"windows-registry",
|
||||
"zbus",
|
||||
@@ -255,6 +256,11 @@
|
||||
groupName: "zbus",
|
||||
matchPackageNames: ["zbus", "zbus_polkit"],
|
||||
},
|
||||
{
|
||||
// We need to group all windows-related packages together to avoid build errors caused by version incompatibilities.
|
||||
groupName: "windows",
|
||||
matchPackageNames: ["windows", "windows-core", "windows-future", "windows-registry"],
|
||||
},
|
||||
{
|
||||
// We group all webpack build-related minor and patch updates together to reduce PR noise.
|
||||
// We include patch updates here because we want PRs for webpack patch updates and it's in this group.
|
||||
|
||||
Reference in New Issue
Block a user