diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c28ff72..1f5b2152 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: allow: # Allow both direct and indirect updates for all packages - dependency-type: "all" + # group all minor and patch dependency updates together + groups: + go-modules: + patterns: + - "*" + update-types: + - "minor" + - "patch"