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*" +