chore: configure Dependabot updates

This commit is contained in:
Tianyi Cui
2026-07-27 23:21:52 +08:00
parent 5b5f089bd0
commit 22e3327f68
4 changed files with 133 additions and 0 deletions

59
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,59 @@
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: "weekly"
day: "monday"
time: "09:00"
timezone: "Asia/Shanghai"
cooldown:
default-days: 30
labels:
- "cleanup"
- "area/infra"
- package-ecosystem: "npm"
directory: "/native/landlock-run"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Asia/Shanghai"
cooldown:
default-days: 30
labels:
- "cleanup"
- "area/infra"
- package-ecosystem: "uv"
directory: "/python/sdk"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Asia/Shanghai"
cooldown:
default-days: 30
labels:
- "cleanup"
- "area/infra"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Asia/Shanghai"
cooldown:
default-days: 30
labels:
- "cleanup"
- "area/infra"