From 2c494dfa2860eef47b868428383203dcb121b184 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 27 Jan 2025 15:25:47 -0500 Subject: [PATCH] Enable grouped Dependabot updates for minor/patch versions Signed-off-by: Cody Soyland --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3e4781..b7eceb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,11 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + groups: + minor-patch: + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: