Skip to content

Commit

Permalink
Try Dependabot groups by gemfile
Browse files Browse the repository at this point in the history
These are safe to bulk update since we just want to ensure compatibility in CI and we won't get PRs if a version is not allowed (e.g. No Rails 7.0 for a Rails 6.1.x gemfile).
  • Loading branch information
javierjulio committed Oct 24, 2023
1 parent 44a1073 commit 92f7380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ updates:
schedule:
interval: monthly
versioning-strategy: lockfile-only
groups:
rails_70_gemfile:
patterns:
- "*"
- package-ecosystem: bundler
directory: /gemfiles/rails_70
schedule:
interval: monthly
versioning-strategy: lockfile-only
groups:
rails_70_gemfile:
patterns:
- "*"

0 comments on commit 92f7380

Please sign in to comment.