| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- version: 2
- updates:
- - package-ecosystem: "npm"
- directory: "/"
- exclude-paths:
- # Vendored Cordis sources follow vendor/README.md instead of registry updates.
- - "vendor/**"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "kind/dependency"
- - "area/infra"
- - package-ecosystem: "uv"
- directory: "/python/sdk"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "kind/dependency"
- - "area/infra"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "kind/dependency"
- - "area/infra"
|