From 417bd4ab1606de4ce0b9b19ea6a29811e3959485 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 12 Dec 2025 09:19:13 -0800 Subject: [PATCH] Update Dependabot cooldown from 4 to 7 days --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d03e4a..c339209 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,11 +7,11 @@ updates: time: '14:00' open-pull-requests-limit: 10 cooldown: - default-days: 4 + default-days: 7 - package-ecosystem: github-actions directory: / schedule: interval: daily time: '14:00' cooldown: - default-days: 4 + default-days: 7