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?