Skip to content

Commit

Permalink
Group monthly dependabot updates for gomod (kubeflow#2190)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Salway <[email protected]>
  • Loading branch information
jacobsalway authored Sep 27, 2024
1 parent 73caefd commit bae7c27
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: gomod
directory: /
schedule:
interval: "weekly"
interval: monthly
groups:
go-deps:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/"
- package-ecosystem: docker
directory: /
schedule:
interval: "weekly"
interval: weekly

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: weekly

0 comments on commit bae7c27

Please sign in to comment.