From 3f1903e2050e3eca907488b6b37fe8b0951d7e50 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:03:24 -0700 Subject: [PATCH] Move commit-message config to multi-ecosystem group Commit-message settings for minor-and-patch updates were relocated from the npm update section to the multi-ecosystem-groups.minor-and-patch section in dependabot.yml. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73609c3..2eea1e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ multi-ecosystem-groups: minor-and-patch: schedule: interval: 'quarterly' + commit-message: + prefix: 'fix' + prefix-development: 'build' + include: 'scope' updates: - package-ecosystem: 'npm' @@ -21,10 +25,6 @@ updates: update-types: - minor - patch - commit-message: - prefix: 'fix' - prefix-development: 'build' - include: 'scope' - package-ecosystem: 'github-actions' directory: '/' patterns: ['*']