From 694fc98556818867b89a4cd72f7430ccad8b0b5e Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Thu, 26 Mar 2026 12:40:53 -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.yaml.disabled => dependabot.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/{dependabot.yaml.disabled => dependabot.yaml} (60%) diff --git a/.github/dependabot.yaml.disabled b/.github/dependabot.yaml similarity index 60% rename from .github/dependabot.yaml.disabled rename to .github/dependabot.yaml index d7007f46..d3127310 100644 --- a/.github/dependabot.yaml.disabled +++ b/.github/dependabot.yaml @@ -3,4 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly \ No newline at end of file + interval: weekly + cooldown: + default-days: 2