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:
@@ -4,6 +4,10 @@ multi-ecosystem-groups:
|
|||||||
minor-and-patch:
|
minor-and-patch:
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'quarterly'
|
interval: 'quarterly'
|
||||||
|
commit-message:
|
||||||
|
prefix: 'fix'
|
||||||
|
prefix-development: 'build'
|
||||||
|
include: 'scope'
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'npm'
|
||||||
@@ -21,10 +25,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- minor
|
- minor
|
||||||
- patch
|
- patch
|
||||||
commit-message:
|
|
||||||
prefix: 'fix'
|
|
||||||
prefix-development: 'build'
|
|
||||||
include: 'scope'
|
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
patterns: ['*']
|
patterns: ['*']
|
||||||
|
|||||||
Reference in New Issue
Block a user