atlantis
atlantis copied to clipboard
chore(renovate): set minimumReleaseAge
what
- set minimumReleaseAge
why
- Do not create PRs upon the first moment of release. Instead, wait X days before proposing to ensure the dependency is stable. If a new version is released in the mean time before the date is passed, the next version release will be proposed instead
- This can be done at the global level and or at the package level
- one downside is that people might get anxious that they don't have the latest xyz version in the repo and may rush to propose a dependency update bypassing what's configured in renovate so then we may need to tweak the settings and split it up by package
tests
references
- https://docs.renovatebot.com/configuration-options/#minimumreleaseage
@nitrocode could you fix the conflicts?
from my perspective the big downside with this is it would potentially ignore the security fixes. cc @runatlantis/maintainers
maybe we can lower it down to 5 days, but if we do have a security issue, we will release a patch release.