From 5331312699c223b69ce7ae47fc4df9d01cb05f06 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:59:27 -0700 Subject: [PATCH] Remove cooldown for pre-commit updates (it's not supported) Removed the default cooldown period for pre-commit updates. --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e51f64d7d..c94261784 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -161,5 +161,3 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - cooldown: - default-days: 7