diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df6c584..3e8eb0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,3 @@ -# Set update schedule for GitHub Actions version: 2 updates: @@ -6,3 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"