diff --git a/builder/.github/dependabot.yml b/builder/.github/dependabot.yml index 0c28ff72..1f5b2152 100644 --- a/builder/.github/dependabot.yml +++ b/builder/.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" diff --git a/implementation/.github/dependabot.yml b/implementation/.github/dependabot.yml index 0c28ff72..1f5b2152 100644 --- a/implementation/.github/dependabot.yml +++ b/implementation/.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" diff --git a/language-family/.github/dependabot.yml b/language-family/.github/dependabot.yml index 0c28ff72..1f5b2152 100644 --- a/language-family/.github/dependabot.yml +++ b/language-family/.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"