Skip to content

Commit

Permalink
Group dependabot updates by ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 9, 2023
1 parent 5188e96 commit d4b38f8
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 @@ -7,16 +7,28 @@ version: 2
updates:
- package-ecosystem: gomod
directory: /
groups:
all-go-deps:
patterns:
- "*"
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
groups:
all-gha-deps:
patterns:
- "*"
schedule:
interval: daily

- package-ecosystem: docker
directory: /cmd/omniwitness
groups:
all-docker-deps:
patterns:
- "*"
schedule:
interval: daily

0 comments on commit d4b38f8

Please sign in to comment.