Skip to content

Commit

Permalink
Fix: name groups in dependabot for what they are (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Dec 27, 2024
1 parent 48fed61 commit ff8b16b
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 ff8b16b

Please sign in to comment.