Closed hiltontj closed 3 months ago
A section needs to be added to the .github/dependabot.yml file to manage Rust dependencies, e.g.,
.github/dependabot.yml
- package-ecosystem: "cargo" directory: "/" schedule: interval: "weekly" assignees: - "hiltontj" commit-message: prefix: "chore" include: "scope" rebase-strategy: "disabled"
A section needs to be added to the
.github/dependabot.yml
file to manage Rust dependencies, e.g.,