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
@github: Dependabot now waits three days before non-security version update pull requests, giving scanners time to catch a poiso…
GitHub's Dependabot now implements a three-day cooldown for non-security version updates to give security scanners time to detect poisoned releases, helping mitigate supply chain attacks.
Quoting GitHub Changeling
GitHub's Dependabot now defaults to a three-day cooldown before opening version update pull requests, requiring no configuration.
@github: A dozen Dependabot pull requests on a Monday morning is how important updates get ignored. On Microsoft's GCToolkit, ro…
This article explains how to configure Dependabot to group dependency updates, reducing pull request noise while maintaining security, using Microsoft's GCToolkit as an example.
@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.