# Lockfile\-aware deployment skipping for monorepos

**Published:** March 20, 2025 | **Authors:** Dimitri Mitropoulos, Tom Knickman, Chris Olszewski

---

Vercel now maps dependencies in your package manager’s lockfile to applications in your monorepo. Deployments only occur for applications using updated dependencies.

This feature is based on Turborepo's lockfile analysis, supporting the package managers listed as stable in [Turborepo's Support Policy](https://turbo.build/repo/docs/getting-started/support-policy#package-managers).

Previously, any change to the lockfile would redeploy all applications in the monorepo since it was treated as a shared input. Now, Vercel inspects the lockfile’s contents to determine which applications have dependency changes, further reducing potential queue times.

Learn more about [skipping unaffected projects in monorepos](https://vercel.com/docs/monorepos#skipping-unaffected-projects).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)