From 37f54400348036325ded98d7b8e218680a65da09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:31:58 +0000 Subject: [PATCH] Set Dependabot cooldown to 3 days --- .github/dependabot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 583decfd..ef29c75a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,4 +4,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + cooldown: + default-days: 3