Deployment retention policies now preserve active branch deployments
Vercel updates deployment retention policies to preserve the latest preview deployment for branches with open pull requests, regardless of configured retention windows.
Retention policies no longer delete the latest preview deployment for branches with open or unmerged pull requests. Previously, deployments for active branches could be removed if they exceeded the configured retention window. This means you can safely use shorter retention windows without risking losing active preview deployments.
This change applies to all plans. Your 10 most recent production deployments and any aliased deployments continue to be preserved regardless of retention settings. Learn more about .Deployment Retention Read more