Skip to content

Commit

Permalink
build: [#15] Group Dependabot go-mod updates on weekly basis to save …
Browse files Browse the repository at this point in the history
…time
  • Loading branch information
sbp-bvanb committed Dec 7, 2024
1 parent 516f89f commit 3aed756
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
gomod-all:
patterns:
- "*"

0 comments on commit 3aed756

Please sign in to comment.