16 lines
365 B
YAML
16 lines
365 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
time: "04:00"
|
|
timezone: Europe/Berlin
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
time: "04:00"
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 20
|
|
versioning-strategy: increase |