# Dependabot 依赖更新(GitHub 原生)。
# 通用部分:监控 GitHub Actions 版本 + Rust cargo 依赖。
version: 2
updates:
# 1) GitHub Actions 版本(通用,所有语言都适用)
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
# 2) Rust cargo 依赖
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels: