From ae8eef532ec50bffa748cccc1252364be03013b2 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Fri, 8 May 2026 12:12:01 -0500 Subject: [PATCH] Update bundler dependabot configuration --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfd45e9..23ac7af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,13 @@ updates: directory: "/" schedule: interval: "monthly" + versioning-strategy: increase cooldown: default-days: 7 + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/"