add dependabot.yml

This commit is contained in:
Tony Brix 2020-07-21 15:38:23 -05:00
parent 8b70279c57
commit afd444466f
1 changed files with 10 additions and 0 deletions

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

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