atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

chore(renovate): set minimumReleaseAge

Open nitrocode opened this issue 2 years ago • 1 comments

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 avatar Apr 14 '24 15:04 nitrocode

@nitrocode could you fix the conflicts?

jamengual avatar Apr 30 '24 16:04 jamengual

from my perspective the big downside with this is it would potentially ignore the security fixes. cc @runatlantis/maintainers

chenrui333 avatar May 21 '24 20:05 chenrui333

maybe we can lower it down to 5 days, but if we do have a security issue, we will release a patch release.

jamengual avatar May 21 '24 21:05 jamengual