From cbd92a110485dd9c7adfcc9a919002681c242dff Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 30 Jul 2026 12:29:05 +0300 Subject: [PATCH] chore: use dependabot 3 day default cooldown --- .github/dependabot.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3346a892..f3c4c16a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,6 @@ updates: - "minor" schedule: interval: "daily" - cooldown: - default-days: 1 - package-ecosystem: "gomod" directory: "/" @@ -21,19 +19,13 @@ updates: - "minor" schedule: interval: "daily" - cooldown: - default-days: 1 - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" - cooldown: - default-days: 1 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - cooldown: - default-days: 1 + interval: "daily" \ No newline at end of file