diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d13ed180a..9f0198591 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,9 +13,12 @@ updates: schedule: interval: "weekly" day: "saturday" + groups: + gomod: + patterns: + - "*" assignees: - "mfridman" ignore: - # For deps, ignore all patch updates - dependency-name: "*" update-types: ["version-update:semver-patch"]