From 0e7832dab2d8824cb675c4dc3592266b132d8f0d Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 31 Jan 2024 00:33:34 -0600 Subject: [PATCH] Update Dependabot config to group non-breaking changes --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..7187169 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + non-breaking-changes: + update-types: [minor, patch]