From 9e6330ee0e948fe4e749cea65aef3a5568ae382f Mon Sep 17 00:00:00 2001 From: Just Me Date: Sat, 31 Aug 2024 19:27:20 +0300 Subject: [PATCH] Add rails and rubocop groups for dependabot bundler updates --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c49e79d..91230f8b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,25 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + rubocop: + patterns: + - "rubocop*" + rails: + patterns: + - "actioncable" + - "actionmailbox" + - "actionmailer" + - "actionpack" + - "actiontext" + - "actionview" + - "activejob" + - "activemodel" + - "activerecord" + - "activestorage" + - "activesupport" + - "rails" + - "railties" - package-ecosystem: "npm" directory: "/" schedule: