Skip to content

Commit d420e87

Browse files
authored
chore(renovate): unset minimumReleaseAge for framework (#428)
In the base Renovate config here we're now setting a `minimumReleaseAge`: netlify/renovate-config#109. In this repo however we have a very specific setup for Remix/RR7 framework bumps to provide immediate early warning of incompatibilities with new releases, including unstable releases. So, opt out of `minimumReleaseAge` just for those.
1 parent 5e8936e commit d420e87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
matchPackageNames: ['@angular/**', 'zone.js', '@angular-devkit/**'],
2222
// Override the schedule to get immediate PRs.
2323
schedule: null,
24+
minimumReleaseAge: null,
2425
// Apply a unique label so we can trigger additional workflows for these PRs.
2526
addLabels: ['bump-framework-in-fixtures'],
2627
// Bump even if the release isn't tagged as `latest`.

0 commit comments

Comments
 (0)