Quoting GitHub Changeling

Simon Willison's Blog Tools

Summary

GitHub's Dependabot now defaults to a three-day cooldown before opening version update pull requests, requiring no configuration.

No content available
Original Article
View Cached Full Text

Cached at: 07/15/26, 12:17 AM

# A quote from GitHub Changeling Source: [https://simonwillison.net/2026/Jul/14/github-changeling/](https://simonwillison.net/2026/Jul/14/github-changeling/) 14th July 2026 > Dependabot now waits until a new release has been available on its registry for at least three days before opening a version update pull request\. This cooldown is now the default and requires no configuration\. —[GitHub Changeling](https://github.blog/changelog/2026-07-14-dependabot-version-updates-introduce-default-package-cooldown/),embracing[dependency cooldowns](https://simonwillison.net/tags/dependency-cooldowns/)

Similar Articles

@danshipper: GitHub has a front-row seat to how code is changing now that everyone—and their army of agents—can ship code. In March …

X AI KOLs Following

GitHub COO Kyle Daigle discusses the surge in AI agent-created pull requests (17 million in March) and the projected 14 billion commits this year, emphasizing open-source maintainer control, usage-based pricing over per-seat licensing, and the collapsing developer/non-developer distinction as AI tools enable non-developers to build apps.

Cooldown Support for Ruby Bundler

Hacker News Top

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.