From 4c407e56997e6326f10f1d407da60c1b7b75132a Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 31 Jan 2024 00:35:20 -0600 Subject: [PATCH] Update Dependabot config to group non-breaking changes --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e929360..ec2b32c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + non-breaking-changes: + update-types: [minor, patch] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + non-breaking-changes: + update-types: [minor, patch]