This allows having other apps provide a global "JWT" which then will not conflict with the "JWT" in this app.
34 lines
687 B
YAML
34 lines
687 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: composer
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: composer
|
|
directory: "/vendor-bin/mozart"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "03:00"
|
|
timezone: Europe/Berlin
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: npm
|
|
directory: /server/
|
|
schedule:
|
|
interval: daily
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|