From 29b5d57a8e962fd6c986dcd648a14fc45ed66739 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Sat, 13 Dec 2025 11:06:31 -0600 Subject: [PATCH] add cooldown for dependabot updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c6d755..c5e8144 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: weekly timezone: America/Chicago + cooldown: + default-days: 7 labels: - 🤖 dependabot groups: @@ -16,6 +18,8 @@ updates: schedule: interval: weekly timezone: America/Chicago + cooldown: + default-days: 7 labels: - 🤖 dependabot groups: @@ -27,6 +31,8 @@ updates: schedule: interval: weekly timezone: America/Chicago + cooldown: + default-days: 7 labels: - 🤖 dependabot groups: