mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2025-12-13 10:25:49 +00:00
27 lines
555 B
YAML
27 lines
555 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|