diff --git a/.github/dependabot.yml.disabled b/.github/dependabot.yml similarity index 91% rename from .github/dependabot.yml.disabled rename to .github/dependabot.yml index 6694805..1e212c0 100644 --- a/.github/dependabot.yml.disabled +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: - "*" # Keep Go dependencies up to date + cooldown: + default-days: 2 - package-ecosystem: "gomod" directory: "/" schedule: @@ -23,3 +25,5 @@ updates: go-dependencies: patterns: - "*" + cooldown: + default-days: 2