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

pull/30174/head
John Losito 5 years ago committed by GitHub
parent 7ca66b2040
commit 1cae5c9a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/dependabot.yml

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

Loading…
Cancel
Save