From 515decc318a5d94f1d99f32e8b4a6dd84652f010 Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Thu, 26 Mar 2026 12:28:38 -0400 Subject: [PATCH] re-enable dependabot with 2-day cooldown Rename .disabled configs back and add cooldown: default-days: 2 Signed-off-by: Moe Zein --- .github/{dependabot.yml.disabled => dependabot.yml} | 4 ++++ 1 file changed, 4 insertions(+) rename .github/{dependabot.yml.disabled => dependabot.yml} (91%) 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