Create dependabot.yml

This commit is contained in:
Mathias Wagner
2024-07-20 13:17:50 +02:00
parent a4d45efd5d
commit 86b22a3b1f

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

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