Improvement
• 1 minute read

Dependabot: `npm` v7 support

Summary

Dependabot version updates now support npm v7. Note that npm v7 uses the new lockfile format ("lockfileVersion": 2). Dependabot will now respect this new format if you have installed with…

Dependabot version updates now support npm v7.

Note that npm v7 uses the new lockfile format ("lockfileVersion": 2). Dependabot will now respect this new format if you have installed with npm v7.

To enable version updates for npm, check in a dependabot.yml file with the specified package-ecosystem.

New Releases

Improvements

Deprecations

Back to top