Created the dependabot.yml

This commit is contained in:
2023-01-08 17:54:19 +01:00
parent e2b5f13515
commit 7c3b88d957

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: '/admin'
schedule:
interval: 'daily'