version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
# release.yml is generated by cargo-dist (see dist-workspace.toml); the
# action versions there are pinned by cargo-dist itself, so bumping them
# via Dependabot fails the cargo-dist plan step (workflow drift check).
# Bump them by upgrading cargo-dist instead.
ignore:
- dependency-name: "actions/upload-artifact"
- dependency-name: "actions/download-artifact"