From f2d3b567ce56a1ada601e75d7e96a01623adf136 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Mon, 20 Jul 2026 17:58:38 -0400 Subject: [PATCH] Set dependabot cooldown default-day to 0 Signed-off-by: Scott Andrews --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61af31c..6850526 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,7 @@ updates: update-types: ["version-update:semver-patch", "version-update:semver-minor"] cooldown: + default-days: 0 exclude: ["*"] schedule: interval: daily @@ -31,6 +32,7 @@ updates: update-types: ["version-update:semver-patch", "version-update:semver-minor"] cooldown: + default-days: 0 exclude: ["*"] schedule: interval: daily @@ -41,6 +43,7 @@ updates: update-types: ["version-update:semver-patch", "version-update:semver-minor"] cooldown: + default-days: 0 exclude: ["*"] schedule: interval: daily @@ -51,6 +54,7 @@ updates: update-types: ["version-update:semver-patch", "version-update:semver-minor"] cooldown: + default-days: 0 exclude: ["*"] schedule: interval: daily