20749b7294
Removed the 'groups' section and moved 'update-types' directly under the GitHub Actions configuration.
35 lines
736 B
YAML
35 lines
736 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'
|
|
update-types:
|
|
- minor
|
|
- patch
|