Add a Dependabot configuration to keep dependencies up-to-date (#7653)

Also adds a package-lock.json file to ensure broken dependencies are not included by accident.
This commit is contained in:
Jon Koops
2021-09-06 10:20:33 +02:00
committed by GitHub
parent 9aafb0dc62
commit 604d922bf6
3 changed files with 10738 additions and 1 deletions

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly