CI: Add Dependabot configuration

Will check weekly the npm dependencies and open PRs to update them
This commit is contained in:
Ewout ter Hoeven 2020-11-29 11:33:50 +01:00 committed by GitHub
parent b3ea035039
commit 8a37e5782c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10