mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

Add Dependabot configuration file to keep dependencies up to date #688

Closed striezel closed 2 months ago

striezel commented 1 year ago

Add Dependabot configuration to automatically open PRs for outdated NPM packages.

Currently, a lot of dependencies are outdated, some even contain security vulnerabilities (according to npm audit), so this might help to improve the situation.

striezel commented 2 months ago

@cclauss Thank you for merging this PR, and thank you even more for also taking care of the resulting dependabot PRs. :+1: