Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
extends: ['group:monorepos'],
dependencyDashboard: true,
rangeStrategy: 'replace',
automerge: false,

// Schedule Renovate to run during off-peak hours
schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'],
Expand All @@ -21,6 +22,11 @@
enabled: true,
},

// Feature disabled: permission to enable vulnerability alerts is not granted
'vulnerabilityAlerts': {
'enabled': false,
},

// Ignored dependencies in all repositories
ignoreDeps: [
'build_bazel_rules_nodejs',
Expand Down Expand Up @@ -60,13 +66,8 @@
followTag: 'next',
separateMajorMinor: false,
schedule: ['at any time'],
matchDepNames: [
'@angular-devkit/**',
'@angular/**',
'@schematics/**',
'angular/**',
'ng-packagr',
],
matchDepNames: ['@angular-devkit/**', '@angular/**', '@schematics/**', 'ng-packagr'],
matchPackageNames: ['angular/**'],
},

// Disable 'next' tag tracking on non-main branches
Expand Down