# Dependabot 依赖更新(GitHub 原生)。
# 通用部分:仅监控 GitHub Actions 版本(所有项目都有 CI)。
# 语言生态依赖(cargo/pip/npm/maven/go/composer/nuget)请按需在下面取消注释。
version: 2
updates:
# 1) GitHub Actions 版本(通用,所有语言都适用)
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
cooldown:
default-days: 7
# 2) Rust cargo 依赖
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
cooldown:
default-days: 7