Skip to content

Commit

Permalink
chore: group dependabot pull request creations
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser authored Apr 22, 2024
1 parent 6c19201 commit 1cd8c19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,29 @@ updates:
labels:
- dep/go
- dependabot
groups:
go-deps:
patterns:
- "*"
- package-ecosystem: docker
directory: "/"
schedule:
interval: "weekly"
labels:
- dep/docker
- dependabot
groups:
docker-deps:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
labels:
- dep/gh-actions
- dependabot
groups:
actions-deps:
patterns:
- "*"

0 comments on commit 1cd8c19

Please sign in to comment.