Skip to content

Commit

Permalink
ci: Group dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Sep 1, 2023
1 parent dc8ac16 commit e8bf597
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ updates:
directory: /
schedule:
interval: monthly
groups:
all:
patterns:
- '*'

- package-ecosystem: docker
directory: /
schedule:
interval: monthly
groups:
all:
patterns:
- '*'

- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
groups:
all:
patterns:
- '*'

0 comments on commit e8bf597

Please sign in to comment.