Skip to content

Commit ae1da80

Browse files
authored
chore(renovate): unset minimumReleaseAge for frameworks (#697)
Due to new default in netlify/renovate-config#109 Otherwise this defeats the purpose of this setup
1 parent aec4a5b commit ae1da80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
matchSourceUrls: ['https://github.com/remix-run/remix'],
2020
// Override the schedule to get immediate PRs.
2121
schedule: null,
22+
minimumReleaseAge: null,
2223
// Apply a unique label so we can trigger additional workflows for these PRs.
2324
addLabels: ['bump-framework-in-fixtures'],
2425
// Bump even if the release isn't tagged as `latest`.
@@ -36,6 +37,7 @@
3637
matchSourceUrls: ['https://github.com/ReactTraining/react-router', 'https://github.com/remix-run/react-router'],
3738
// Override the schedule to get immediate PRs.
3839
schedule: null,
40+
minimumReleaseAge: null,
3941
// Apply a unique label so we can trigger additional workflows for these PRs.
4042
addLabels: ['bump-framework-in-fixtures'],
4143
// Bump even if the release isn't tagged as `latest`.

0 commit comments

Comments
 (0)