| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- version: 2
- updates:
- - package-ecosystem: "npm"
- directory: "/"
- exclude-paths:
- # Vendored Cordis sources follow vendor/README.md instead of registry updates.
- - "vendor/**"
- # This independently locked pnpm workspace has its own update entry below.
- - "native/landlock-run/**"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "cleanup"
- - "area/infra"
- - package-ecosystem: "npm"
- directory: "/native/landlock-run"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "cleanup"
- - "area/infra"
- - package-ecosystem: "uv"
- directory: "/python/sdk"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "cleanup"
- - "area/infra"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "cron"
- cronjob: "0 4 * * *"
- timezone: "Asia/Shanghai"
- cooldown:
- default-days: 30
- labels:
- - "cleanup"
- - "area/infra"
|