GitHub has updated Dependabot to wait three days before opening pull requests for new dependency versions. This delay aims to give the security community time to identify and patch malicious releases before they are automatically integrated into codebases. The change shifts the default behavior from immediate updates to a more cautious, delayed approach.
- Automated PRs now have a 3-day delay by default to mitigate supply chain risks.
- This window allows time for community detection of malicious or broken dependency releases.
- Engineers should review existing workflows as immediate updates are no longer the default.
- Security posture improves by reducing exposure to zero-day vulnerabilities in new packages.
- No configuration change is required to benefit from this new default safety mechanism.