From 7add1a297a1c265edd44da24b8119d2bb41d7007 Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Thu, 26 Mar 2026 12:30:46 -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} | 2 ++ 1 file changed, 2 insertions(+) rename .github/{dependabot.yml.disabled => dependabot.yml} (84%) diff --git a/.github/dependabot.yml.disabled b/.github/dependabot.yml similarity index 84% rename from .github/dependabot.yml.disabled rename to .github/dependabot.yml index 1c5138c..502918d 100644 --- a/.github/dependabot.yml.disabled +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: gh-actions-packages: patterns: - '*' + cooldown: + default-days: 2