From 8e30374f99f7e056187196b4081b0c1058b94b90 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 12 Dec 2025 09:19:04 -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 c952aea6..358edd89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,11 +11,11 @@ updates: patterns: - com.fasterxml.jackson* 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