From 02a1839baea76e749b4866056ba268b67e5f978c Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 31 Jan 2024 00:34:15 -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 0d3376c..196754f 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]