# Support PNPM v10
Dependabot now supports PNPM v10: it was upgraded to pnpm 10.11.1 and the supported-ecosystems docs were updated. If Dependabot still behaves oddly on your pnpm 10 project, check the packageManager field in package.json and note Dependabot has experimental corepack support for project-specific versions.
## Context from the issue
gh:dependabot/dependabot-core#11246: Issue dependabot/dependabot-core#11246 (closed, 71 comments): ### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description [Dependabot supported ecosystems and repositories - GitHub Enterprise Cloud Docs](https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories) stats that PNPM v7, v8, and v9 are supported. [v10](https://github.com/pnpm/pnpm/releases/tag/v10.0.0) was recently released. I would like to be able to use it in my projects as long as Dependabot will work with it.