Skip to content

Commit

Permalink
chore: improve group names for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 1, 2024
1 parent 3e32cc6 commit ca9dd48
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 @@ -6,7 +6,7 @@ updates:
- package-ecosystem: gomod
directory: "/"
groups:
all:
gomod:
patterns:
- "*" # Group all updates into a single larger pull request.
schedule:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: github-actions
directory: /
groups:
all:
github-actions:
patterns:
- "*" # Group all updates into a single larger pull request.
schedule:
Expand Down

0 comments on commit ca9dd48

Please sign in to comment.