Files
create-github-app-token/.github/dependabot.yml
T
Parker Brown 3f1903e205 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.
2025-08-13 09:03:24 -07:00

37 lines
782 B
YAML

version: 2
multi-ecosystem-groups:
minor-and-patch:
schedule:
interval: 'quarterly'
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
updates:
- package-ecosystem: 'npm'
directory: '/'
patterns: ['*']
multi-ecosystem-group: 'minor-and-patch'
groups:
production:
dependency-type: 'production'
update-types:
- minor
- patch
development:
dependency-type: 'development'
update-types:
- minor
- patch
- package-ecosystem: 'github-actions'
directory: '/'
patterns: ['*']
multi-ecosystem-groups: 'minor-and-patch'
groups:
github-actions:
update-types:
- minor
- patch