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:
@@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
labels:
|
||||
- 'dependencies'
|
||||
Reference in New Issue
Block a user