mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-06-01 00:19:09 +08:00
47 lines
1 KiB
YAML
47 lines
1 KiB
YAML
version: 2
|
|
updates:
|
|
# limit routine package updates to the declared constraints, and group them all into a single weekly PR
|
|
|
|
- package-ecosystem: npm
|
|
versioning-strategy: lockfile-only
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
default-group:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|
|
|
|
- package-ecosystem: composer
|
|
versioning-strategy: lockfile-only
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
default-group:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- '*'
|
|
|
|
# Package ecosystems below have lower traffic and we don't benefit much from weekly batches
|
|
|
|
- package-ecosystem: docker
|
|
directory: /docker/cli
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: docker
|
|
directory: /docker/laravel-worker
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: docker
|
|
directory: /docker/webapp
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|