Skip to content

Commit

Permalink
added dependabot groups
Browse files Browse the repository at this point in the history
added Dependabot groups so that we don't have a ton of PRs

Signed-off-by: Ken Cochrane <[email protected]>
  • Loading branch information
kencochrane authored Sep 27, 2023
1 parent 8c0d9d1 commit dda2ff4
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,3 +7,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps):"
groups:
go-patch:
update-types:
- "patch"
go-minor:
update-types:
- "minor"
go-major:
update-types:
- "major"

0 comments on commit dda2ff4

Please sign in to comment.