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 14:46:19 -05:00
parent d54b55ea24
commit b77de9366a

View File

@@ -63,19 +63,21 @@
commitMessagePrefix: "[deps] Platform:",
},
{
groupName: "napi",
matchPackageNames: ["napi", "napi-build", "napi-derive"],
},
{
// Disable major and minor updates for TypeScript and Zone.js because they are managed by Angular
matchPackageNames: ["typescript", "zone.js"],
matchUpdateTypes: ["major", "minor"],
description: "Determined by Angular",
enabled: false,
},
{
// Enable patch updates for TypeScript and Zone.js
matchPackageNames: ["typescript", "zone.js"],
matchUpdateTypes: "patch",
},
{
groupName: "napi",
matchPackageNames: ["napi", "napi-build", "napi-derive"],
},
{
groupName: "jest",
matchPackageNames: ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],