Skip to content

Commit

Permalink
ci: group go mod updates by dependabot
Browse files Browse the repository at this point in the history
This reduced the noise of pull requests when updates are available.

Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
  • Loading branch information
WanzenBug authored and JoelColledge committed Oct 24, 2023
1 parent dcc95d6 commit 5e6a99c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
- WanzenBug
schedule:
interval: "weekly"
groups:
gomod:
patterns:
- "*" # Include all go mod update in one PR
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 5e6a99c

Please sign in to comment.