Add Dependabot checking for Actions (#606)

This commit is contained in:
Frank Dana
2020-12-26 06:24:11 -05:00
committed by GitHub
parent bdb3eea92f
commit 35d3fa9ee3

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

@@ -0,0 +1,9 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"