Created the dependabot.yml

This commit is contained in:
Mathias Wagner 2023-05-08 20:06:58 +02:00
parent 4f522a4674
commit 51a1acae53
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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'