mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
44 lines
892 B
YAML
44 lines
892 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: 'sunday'
|
|
time: '02:00'
|
|
timezone: Europe/Berlin
|
|
ignore:
|
|
- dependency-name: devtools-protocol
|
|
- dependency-name: '@types/node'
|
|
groups:
|
|
dependencies:
|
|
dependency-type: production
|
|
patterns:
|
|
- '*'
|
|
dev-dependencies:
|
|
dependency-type: development
|
|
patterns:
|
|
- '*'
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: 'sunday'
|
|
time: '03:00'
|
|
timezone: Europe/Berlin
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- '*'
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: 'sunday'
|
|
time: '04:00'
|
|
timezone: Europe/Berlin
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- '*'
|