Add GitHub Actions to Dependabot

This commit is contained in:
Toby 2021-05-08 18:11:06 -07:00
parent 078f860174
commit 3055fec7d3

View File

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