version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
commit-message:
prefix: "ci"
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
commit-message:
prefix: "chore"
ignore:
# MSRV is 1.94 — block updates that bump the minimum Rust version.
- dependency-name: "*"
update-types: