add support for bumping version of packageManager
specified inside package.json
#4830
Labels
Keep
Exempt this from being marked by stalebot
T: feature-request
Requests for new features
T: new-ecosystem
Requests for new ecosystems/languages
I'd like to be able to use
yarn
orpnpm
as an alternative package manager. See docs: https://nodejs.org/api/corepack.htmlTo do so, they get configured in
package.json
under thepackageManager
field - with a version specified. e.g."packageManager": "yarn@1.22.15"
It would be great if Dependabot could keep that version up to date - as currently it does not.
The text was updated successfully, but these errors were encountered: