From f73f452d320ea8a8a73178c09c77109368df5029 Mon Sep 17 00:00:00 2001 From: Robert Allen Date: Wed, 15 Jul 2026 12:43:41 -0400 Subject: [PATCH] Add cooldown block to dependabot.yml github-actions entry Closes #10 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b0077c..0d12ce9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: day: "monday" time: "09:00" timezone: "America/Chicago" + cooldown: + default-days: 7 open-pull-requests-limit: 5 commit-message: prefix: "chore(deps)"