42 lines
887 B
YAML
42 lines
887 B
YAML
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"
|