diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff34f6..ec9a82c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" - # Check for updates once a day + # Check for updates once a week schedule: - interval: "daily" + interval: "weekly"