Replies: 1 comment 1 reply
-
👋 I'm positive to add this proposal to rubygems and bundler. I think it should be in the settings rather than options like pnpm, what do you think? FYI: https://docs.renovatebot.com/key-concepts/minimum-release-age/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@woodruffw’s “We should all be using dependency cooldowns” makes a good case that supporting a cooldown (a window of time between when a dependency is published and when it’s considered suitable for use) when updating dependencies is an effective way to mitigate common supply chain attacks.
npm-check-update supports this natively via its
cooldownoption, pnpm via itsminimumReleaseAge, and Dependabot viacooldown.Could Bundler support this directly itself when calling the likes of
bundle updateandbundle outdated?At the moment, it seems Dependabot separately queries the RubyGems (and private registries’) API to determine the release date for each gem version so I assume this isn’t already readily available via a CLI command.
Beta Was this translation helpful? Give feedback.
All reactions