6

I'm using dependabot to update my NPM dependencies with the following dependabot.yml

version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: monthly
  rebase-strategy: auto

But dependabot is using a different version of NPM than the one I have installed locally. Is there a way to specify which version of NPM dependabot uses?

Antonio Dragos
  • 1,973
  • 2
  • 29
  • 52

0 Answers0