From f7c4aebc5a002f07f7427d203ac2433eb2f315d1 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 27 Sep 2023 02:09:40 +0000 Subject: [PATCH] Updating github-config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c28ff7..1f5b215 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"