Skip to content

Commit

Permalink
ci(dependabot): group Go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Edholm committed Sep 21, 2023
1 parent 86a9de0 commit 700e5c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ updates:
day: "monday"
time: "05:06"
timezone: "Europe/Stockholm"
groups:
go:
patterns:
- "*" # Include all dependencies in one PR
update-types:
- "minor"
- "patch"

- package-ecosystem: gomod
directory: .sage
Expand Down

0 comments on commit 700e5c2

Please sign in to comment.