From 74961bcb0fb3261e834c8c346e6faf60796aa43d Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 27 Sep 2023 02:04:38 +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"