28 lines
613 B
YAML
28 lines
613 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: '05:00'
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 5
|
|
groups:
|
|
npm-production:
|
|
dependency-type: production
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
time: '05:30'
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 5
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
time: '06:00'
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 5
|