mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
Group all tokio related packages in renovate (#17922)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
458da1adc0
commit
dc763f6291
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@@ -214,6 +214,8 @@
|
|||||||
"simplelog",
|
"simplelog",
|
||||||
"style-loader",
|
"style-loader",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
|
"tokio",
|
||||||
|
"tokio-util",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"ts-node",
|
"ts-node",
|
||||||
@@ -260,6 +262,11 @@
|
|||||||
groupName: "windows",
|
groupName: "windows",
|
||||||
matchPackageNames: ["windows", "windows-core", "windows-future", "windows-registry"],
|
matchPackageNames: ["windows", "windows-core", "windows-future", "windows-registry"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// We need to group all tokio-related packages together to avoid build errors caused by version incompatibilities.
|
||||||
|
groupName: "tokio",
|
||||||
|
matchPackageNames: ["bytes", "tokio", "tokio-util"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// 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