From 3a0a7b7e759f341a5694cd0ee3428172b58b400f Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Sun, 5 Apr 2026 11:03:09 -0500 Subject: [PATCH 1/2] bundle update --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58590f3..2abf4cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,11 +15,11 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) afm (1.0.0) ast (2.4.3) - async (2.38.1) + async (2.39.0) console (~> 1.29) fiber-annotation io-event (~> 1.11) @@ -53,7 +53,7 @@ GEM ffi (>= 1.15.0) logger eventmachine (1.2.7) - execjs (2.10.0) + execjs (2.10.1) faraday (2.14.1) faraday-net_http (>= 2.0, < 3.5) json @@ -143,7 +143,7 @@ GEM http_parser.rb (0.8.1) i18n (1.14.8) concurrent-ruby (~> 1.0) - io-event (1.14.5) + io-event (1.15.1) jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) @@ -297,7 +297,7 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (1.27.0) + parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -317,7 +317,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.11.3) + regexp_parser (2.12.0) rexml (3.4.4) rouge (3.30.0) rubocop (1.86.0) From b6ec5543d9b332b1d25eb3ff2ac6395a3849b554 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Sun, 5 Apr 2026 11:03:23 -0500 Subject: [PATCH 2/2] Add cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29a0322..bfd45e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,12 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7