From 64c9eb5c3b6c55246b6180eadb971db9c1ba4dcc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:55:58 -0400 Subject: [PATCH] fix(dependabot): disable cooldown for submodules This repository uses gitsubmodule updates that should not be subject to Dependabot cooldown throttling. The config now explicitly excludes all entries from the cooldown policy for the gitsubmodule ecosystem to keep updates immediately eligible. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fd8aa2e..0b364513 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ version: 2 updates: - package-ecosystem: "gitsubmodule" + cooldown: + exclude: + - "*" directory: "/" rebase-strategy: disabled schedule: