From bfa28a8e8e5d88bdedf7aba3fc4e2fed2d67f1bb Mon Sep 17 00:00:00 2001 From: Moe Zein Date: Thu, 26 Mar 2026 12:19:11 -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} (90%) diff --git a/.github/dependabot.yml.disabled b/.github/dependabot.yml similarity index 90% rename from .github/dependabot.yml.disabled rename to .github/dependabot.yml index e9880dfc..64613d91 100644 --- a/.github/dependabot.yml.disabled +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: bazel-packages: patterns: - "*" + cooldown: + default-days: 2 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -21,3 +23,5 @@ updates: gh-actions-packages: patterns: - "*" + cooldown: + default-days: 2