diff --git a/renovate.json5 b/renovate.json5 index 74131742..5d1d1914 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -21,6 +21,7 @@ matchPackageNames: ['@angular/**', 'zone.js', '@angular-devkit/**'], // Override the schedule to get immediate PRs. schedule: null, + minimumReleaseAge: null, // Apply a unique label so we can trigger additional workflows for these PRs. addLabels: ['bump-framework-in-fixtures'], // Bump even if the release isn't tagged as `latest`.