Allow dependabot to keep go packages up-to-date (#30170)

This commit is contained in:
John Losito
2021-01-10 15:17:07 -05:00
committed by GitHub
parent 7ca66b2040
commit 1cae5c9a21

View File

@@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"