diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c16598d9739..c1045739506 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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"],