From 8d10fb1c0203483c88a5538113674d399cd6aa89 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:34:36 +0000 Subject: [PATCH] Set Dependabot cooldown to 3 days --- .github/dependabot.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5af48738c5..e62186a7fb 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,7 +2,6 @@ version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: @@ -11,4 +10,6 @@ updates: # Raise all pull requests with labels labels: - "dependency" - - "automerge" \ No newline at end of file + - "automerge" + cooldown: + default-days: 3