1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

More comments

This commit is contained in:
Todd Martin
2025-02-03 15:00:50 -05:00
parent b77de9366a
commit edd8f98599

View File

@@ -70,24 +70,27 @@
enabled: false,
},
{
// Enable patch updates for TypeScript and Zone.js
// Renovate should manage patch updates for TypeScript and Zone.js, despite ignoring major and minor
matchPackageNames: ["typescript", "zone.js"],
matchUpdateTypes: "patch",
},
{
// We need to update all the Jest-related packages together, to reduce PR noise
groupName: "jest",
matchPackageNames: ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
},
{
// We want to group all napi-related packages together for all updates, to reduce PR noise
groupName: "napi",
matchPackageNames: ["napi", "napi-build", "napi-derive"],
},
{
groupName: "jest",
matchPackageNames: ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
matchUpdateTypes: "major",
},
{
// We want to group all macOS/iOS binding-related packages together for all updates, to reduce PR noise
groupName: "macOS/iOS bindings",
matchPackageNames: ["core-foundation", "security-framework", "security-framework-sys"],
},
{
// We want to group all zbus-related packages together for all updates, to reduce PR noise
groupName: "zbus",
matchPackageNames: ["zbus", "zbus_polkit"],
},