mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 10:34:06 +00:00
36 lines
856 B
YAML
36 lines
856 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
# Group all npm dependencies for minor and patch updates
|
|
npm-minor-patch:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|
|
update-types:
|
|
- 'minor'
|
|
- 'patch'
|
|
ignore:
|
|
- dependency-name: '*'
|
|
update-types: ['version-update:semver-major']
|
|
|
|
- package-ecosystem: 'npm'
|
|
directory: '/status-page'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
# Group all npm dependencies for minor and patch updates
|
|
npm-minor-patch:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|
|
update-types:
|
|
- 'minor'
|
|
- 'patch'
|
|
ignore:
|
|
- dependency-name: '*'
|
|
update-types: ['version-update:semver-major']
|