mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Allow PRs for some npm dependencies (#14655)
This commit is contained in:
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@@ -51,6 +51,13 @@
|
|||||||
commitMessagePrefix: "[deps] BRE:",
|
commitMessagePrefix: "[deps] BRE:",
|
||||||
addLabels: ["hold"],
|
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.
|
// Disable major and minor updates for TypeScript and Zone.js because they are managed by Angular.
|
||||||
matchPackageNames: ["typescript", "zone.js"],
|
matchPackageNames: ["typescript", "zone.js"],
|
||||||
|
|||||||
Reference in New Issue
Block a user