Skip to content

Commit ddd060e

Browse files
authored
Update pnpm version support in dependabot options
According to this discussion dependabot/dependabot-core#11246 and this page https://docs.github.com/en/code-security/reference/supply-chain-security/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories, pnpm v10 is supported for both version and security updates, but the dependabot-options-reference says that v9 and v10 only have version updates.
1 parent 5fd4cfa commit ddd060e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Package manager | YAML value | Supported versions |
572572
| pip | `pip` | 24.2 |
573573
| pip-compile | `pip` | 7.5.3 |
574574
| pipenv | `pip` | <= 2024.4.1 |
575-
| pnpm | `npm` | v7, v8 <br>v9, v10 (version updates only) |
575+
| pnpm | `npm` | v7, v8, v9, v10 |
576576
| poetry | `pip` | v2 |
577577
| {% ifversion dependabot-pre-commit-support %} |
578578
| pre-commit | `pre-commit` | Not applicable |

0 commit comments

Comments
 (0)