From 523e17415a4b1de1b29d9dfb0be78010e4f7cade Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Sat, 19 Apr 2025 11:50:39 -0500 Subject: [PATCH] feat: condense dependabot patches into a single commit --- .github/dependabot.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f678a6b..f01f5af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,3 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 registries: maven-github: @@ -16,3 +12,13 @@ updates: - maven-github schedule: interval: "weekly" + commit-message: + prefix: "deps" + groups: + minor-patch-dependencies: + update-types: + - "minor" + - "patch" + major-dependencies: + update-types: + - "major" \ No newline at end of file