Skip to content

Commit

Permalink
CI: use dependabot groups for Go deps (#924)
Browse files Browse the repository at this point in the history
* CI: use dependabot groups for Go deps

* Move groups to the gomod package-ecosystem
  • Loading branch information
benashz committed Sep 20, 2024
1 parent cc0b0b4 commit 41f038f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
gomod-breaking:
update-types:
- major
gomod-backward-compatible:
update-types:
- minor
- patch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 41f038f

Please sign in to comment.