From ace85779a40b830c0252ede6012a340ada7efa52 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 31 Jan 2024 00:31:50 -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 0d3376c4..196754fc 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: 'npm' directory: '/' schedule: interval: 'weekly' + groups: + non-breaking-changes: + update-types: [minor, patch]