Skip to content

Commit

Permalink
Add rails and rubocop groups for dependabot bundler updates
Browse files Browse the repository at this point in the history
  • Loading branch information
just806me committed Aug 31, 2024
1 parent 3911d23 commit ff88beb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff88beb

Please sign in to comment.