Skip to content

Commit

Permalink
Group dependency updates (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Oct 22, 2023
1 parent e751387 commit cc1ba8c
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 @@ -2,13 +2,25 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
groups:
gomod:
patterns:
- "*"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
groups:
docker:
patterns:
- "*"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns:
- "*"
schedule:
interval: "monthly"

0 comments on commit cc1ba8c

Please sign in to comment.