Skip to content

Commit

Permalink
ci: maximally group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Sep 13, 2023
1 parent 1d0920e commit a89e4cb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,30 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
github-actions-minor:
github-actions:
update-types:
- "major"
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
go-minor:
go:
update-types:
- "major"
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
docker-minor:
docker:
update-types:
- "major"
- "minor"
- "patch"

0 comments on commit a89e4cb

Please sign in to comment.