From 1c5d2783a8ae84495d2c4eb9d28c644162d7f191 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Fri, 21 Nov 2025 16:35:46 -0500 Subject: [PATCH] Set dependabot cooldown Changed: Limit dependabot updates to 14 days --- .github/dependabot.yml | 4 ++++ Gemfile.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de904ff..fe422a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,12 @@ updates: directory: '/' schedule: interval: 'weekly' + cooldown: + default-days: 14 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 14 diff --git a/Gemfile.lock b/Gemfile.lock index 325f4fa..b09a882 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reissue (0.4.4) + reissue (0.4.5) rake reline (0.6.3) io-console (~> 0.5)