Skip to content

Commit

Permalink
Add groups for dependabot updates (#5379)
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored Jan 8, 2025
1 parent 469afe0 commit f478ab3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ updates:
interval: daily
open-pull-requests-limit: 99
versioning-strategy: increase
ignore:
- dependency-name: "rubocop*"
groups:
avo:
patterns: ["avo", "avo-*"]
rubocop:
patterns: ["rubocop", "rubocop-*"]
rails:
patterns: ["rails", "active*", "action*", "railties"]
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit f478ab3

Please sign in to comment.