mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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",
|
"webpack-node-externals",
|
||||||
"widestring",
|
"widestring",
|
||||||
"windows",
|
"windows",
|
||||||
|
"windows-core",
|
||||||
"windows-future",
|
"windows-future",
|
||||||
"windows-registry",
|
"windows-registry",
|
||||||
"zbus",
|
"zbus",
|
||||||
@@ -255,6 +256,11 @@
|
|||||||
groupName: "zbus",
|
groupName: "zbus",
|
||||||
matchPackageNames: ["zbus", "zbus_polkit"],
|
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 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.
|
// 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