Depot
Depot keeps absorbing the CI stack — tests, networking, runners, now its own git host.
◆Recent moves
- 9d ago
macOS 26 is now the default macOS version for GitHub Actions runners
The depot-macos-latest label now resolves to macOS 26 on M4 runners with 8 CPUs and 24 GB of memory, with explicit labels left for pinning to macOS 15 or 14. Routine fleet maintenance, and the kind of upkeep that has to stay current for the hosted-runner half of the business to be worth using.
- 16d ago
Depot CI now supports native GitHub stacked pull requests
Depot CI evaluates pull_request.branches against a stack's ultimate base branch and runs matching workflows for each layer using that PR's own merge ref, with stack metadata exposed for expressions. It closes a real compatibility gap for teams working in stacked PRs, and fits the broader effort to make Depot CI a drop-in for GitHub Actions behavior.
- 19d ago
Set cache retention when creating a project with --cache-policy-keep-days
Cache retention can be set at project creation with --cache-policy-keep-days instead of adjusted afterward through the SDK or dashboard. Small on its own, but it is the same CLI-parity thread as the projects get and update commands from the day before: settings that scripts could not previously reach.
- 20d ago
View and edit project details from the Depot CLI
depot projects get and depot projects update bring project details and settings that were SDK-only into the CLI, both with JSON output. The stated motivation is letting agents and scripts inspect and configure a project end to end, which makes this a deliberate step toward a machine-drivable control surface rather than a convenience command.
- 21d ago
Test results are now generally available
⚡ SPARKTest results going GA is the clearest instance of Depot's absorb-the-adjacent-layer pattern, and the timing data it collects is what makes the shard splitting and any future test selection possible. The CLI and stacked-PR work since reads as filling in the surface around a product that now spans build, run, and analyze.
- 29d ago
AI analysis available for all Depot CI workflows and jobs
Sherlock can now analyze any Depot CI workflow or job from its page, not just runs that failed through the AI diagnosis card. Opening the analysis to slow, passing, and in-progress runs turns a failure triage tool into a general investigation one, on the same data Depot already holds.