diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..0cfc43c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"