| 1234567891011121314151617181920212223242526272829 |
- version: 2
- updates:
- - package-ecosystem: "npm"
- directories:
- - "/"
- - "/ui"
- - "/apps/desktop"
- - "/src/context/memory/edgeclaw-memory-core"
- schedule:
- interval: "weekly"
- day: "monday"
- time: "09:00"
- timezone: "Asia/Shanghai"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- day: "monday"
- time: "09:00"
- timezone: "Asia/Shanghai"
- - package-ecosystem: "docker"
- directory: "/"
- schedule:
- interval: "weekly"
- day: "monday"
- time: "09:00"
- timezone: "Asia/Shanghai"
|