Skip to content

Commit

Permalink
Merge pull request #729 from zalando-incubator/group-go-mod
Browse files Browse the repository at this point in the history
Group go.mod updates
  • Loading branch information
linki authored Jun 18, 2024
2 parents a7007d6 + f948976 commit 8cfc92e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: monthly
time: "07:00"
# schedule:
# interval: monthly
# time: "07:00"
open-pull-requests-limit: 10
groups:
all-go-mod-patch-and-minor:
patterns: ["*"]
update-types: ["patch", "minor"]
ignore:
# Ignore k8s and its transitives modules as they are upgraded manually
- dependency-name: "k8s.io/*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
- package-ecosystem: docker
directory: "/"
schedule:
Expand Down

0 comments on commit 8cfc92e

Please sign in to comment.