Dependabot version updates introduce default package cooldown
Summary
Dependabot now waits three days before opening version update PRs to reduce risk of supply chain attacks. Security updates remain immediate.
View Cached Full Text
Cached at: 07/14/26, 10:19 PM
Similar Articles
Quoting GitHub Changeling
GitHub's Dependabot now defaults to a three-day cooldown before opening version update pull requests, requiring no configuration.
@RhysSullivan: just enabled a minimum age on npm package installs for my machine, should've done this sooner but if you haven't either…
A developer shares a tip to configure a minimum release age for package installs to mitigate supply-chain attacks.
Quoting Seth Larson
PyPI now rejects uploads of new files to releases older than 14 days to prevent supply-chain attacks, a proactive security measure announced by Seth Larson.
Upcoming breaking changes for NPM v12
npm v12 introduces security-related breaking changes to npm install that disable automatic execution of scripts, git dependencies, and remote URL dependencies by default. Users can prepare by upgrading to npm 11.16.0+ and reviewing warnings to explicitly opt into trusted behaviors.
Cooldown Support for Ruby Bundler
Bundler 4.0.13 introduces a cooldown feature that blocks resolution to gems published less than N days ago, mitigating supply-chain attacks. It is opt-in and configurable per source, setting, or command-line flag.