From 2b0fa4c9ad217d7d55176c95631f85de4c9f0a96 Mon Sep 17 00:00:00 2001 From: Nick Watts Date: Mon, 18 Mar 2024 09:05:03 -0400 Subject: [PATCH] Group Dependabot updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 617cadf..6c706a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,9 @@ updates: day: "monday" time: "08:00" timezone: "America/New_York" + groups: + minor-and-patch-updates: + applies-to: "version-updates" + update-types: + - "minor" + - "patch"