1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Allow PRs for some npm dependencies (#14655)

This commit is contained in:
Todd Martin
2025-05-07 11:58:26 -04:00
committed by GitHub
parent 11d26a996e
commit cbe1c378ec

View File

@@ -51,6 +51,13 @@
commitMessagePrefix: "[deps] BRE:",
addLabels: ["hold"],
},
{
// By default, we send patch updates to the Dependency Dashboard and do not generate a PR.
// We want to generate PRs for a select number of dependencies to ensure we stay up to date on these.
matchPackageNames: ["browserslist", "electron", "rxjs", "typescript", "webpack"],
matchUpdateTypes: ["patch"],
dependencyDashboardApproval: false,
},
{
// Disable major and minor updates for TypeScript and Zone.js because they are managed by Angular.
matchPackageNames: ["typescript", "zone.js"],