diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b4b177..1ac9b15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly # Maintain dependencies for go - package-ecosystem: "gomod" directory: "/" schedule: - interval: daily \ No newline at end of file + interval: weekly \ No newline at end of file