Created the dependabot.yml
This commit is contained in:
parent
4f522a4674
commit
51a1acae53
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: 'npm'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
||||||
|
- package-ecosystem: 'npm'
|
||||||
|
directory: '/client'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
Reference in New Issue
Block a user