From a4b83c5d2542e5df141982a46297501d602a4e1f Mon Sep 17 00:00:00 2001 From: Aaron <10715707+ahaverbuch@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:54:56 -0400 Subject: [PATCH] Setup rails specific dependabot group --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f061fa1..aacebef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,15 @@ updates: - dependency-type: "all" commit-message: prefix: "[bundler] " + groups: + monthly: + patterns: + - "*" + exclude-patterns: + - "active*" + - "rails" + rails: + patterns: + - "rails" + - "active*" +