# Dependabot version updates configuration
# Docs: https://docs.github.com/code-security/dependabot/dependabot-version-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
labels:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
labels:
ignore:
# Keep MSRV job pinned at 1.90.0; do not bump rust-toolchain action beyond MSRV
- dependency-name: "dtolnay/rust-toolchain"
versions:
- ">= 1.91.0"