diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d202a33..0cfc43c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: interval: "weekly"