1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 07:54:55 +00:00

group mjml updates

This commit is contained in:
Bryan Cunningham
2025-11-25 09:23:25 -05:00
parent 613e0c5461
commit 4b00a9604f

View File

@@ -261,6 +261,11 @@
groupName: "windows",
matchPackageNames: ["windows", "windows-core", "windows-future", "windows-registry"],
},
{
// We need to group mjml and mjml-core together to avoid version incompatibilities.
groupName: "mjml",
matchPackageNames: ["mjml", "mjml-core"],
},
{
// 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.
@@ -325,6 +330,8 @@
"autoprefixer",
"bootstrap",
"chromatic",
"mjml",
"mjml-core",
"ngx-toastr",
"react",
"react-dom",