chore: use Dependabot to check for npm updates (#23)

Dependabot will check for npm updates each working day (Monday trough Friday).
It will label any pull requests with the `dependencies` label.
This commit is contained in:
HonkingGoose
2020-10-05 13:30:14 +02:00
committed by GitHub
parent 827d2c6939
commit bf2c251f09
+8
View File
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'