Skip to content

Commit

Permalink
Fix: name groups in dependabot for what they are
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Dec 27, 2024
1 parent 29e6e65 commit 0e76552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ updates:
schedule:
interval: "monthly"
groups:
dependencies:
python:
patterns:
- "*"
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
groups:
regression:
ruby:
patterns:
- "*"
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 0e76552

Please sign in to comment.