Create dependabot.yml

This commit is contained in:
Universal Omega 2021-09-11 23:00:24 -06:00 committed by alistair3149
parent 7e8c5ab7a0
commit 567e1d2324

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"