Skip to content

Commit

Permalink
Revert "Group monthly dependabot updates for gomod (#2190)" (#2203)
Browse files Browse the repository at this point in the history
This reverts commit bae7c27.

Signed-off-by: Jacob Salway <[email protected]>
  • Loading branch information
jacobsalway authored Sep 29, 2024
1 parent 56b4974 commit b507037
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: monthly
groups:
go-deps:
patterns:
- "*"
interval: "weekly"

- 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 b507037

Please sign in to comment.