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.
This commit is contained in:
Parker Brown
2025-08-13 09:03:24 -07:00
parent cfb49a3e58
commit 3f1903e205
+4 -4
View File
@@ -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: ['*']