Created the dependabot.yml

This commit is contained in:
Mathias
2022-08-14 03:12:14 +02:00
parent b99a534369
commit e9694744a6

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/client'
schedule:
interval: 'daily'