ci: add Dependabot for cargo and GitHub Actions#25
ci: add Dependabot for cargo and GitHub Actions#25don-petry wants to merge 1 commit intooneirosoft:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to the repository to automate weekly dependency update PRs for both Rust (Cargo) dependencies and GitHub Actions workflow dependencies, aligning with CI/quality improvements in issue #11.
Changes:
- Add
.github/dependabot.ymlenabling weekly updates for thecargoecosystem at repo root, with commit message prefixdeps. - Add weekly updates for the
github-actionsecosystem at repo root, with commit message prefixci.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated review — APPROVEDRisk: LOW SummaryPR adds a standard Dependabot v2 configuration enabling weekly automated updates for Cargo and GitHub Actions ecosystems. The single file added is minimal, syntactically correct, and introduces no security risks. Triage escalated due to a procedural failure (triage-output-invalid), not a content concern; deep review finds this safe to approve. FindingsInfo
CI status
Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 → audit: opus 4.6). Reply with |
Why?
Dependencies with known vulnerabilities or outdated actions can introduce security risks and subtle breakage. Dependabot automates the tedious work of monitoring and proposing updates, keeping the supply chain current without manual effort.
Summary
.github/dependabot.ymlto enable automated dependency updatesdeps)ci)Addresses item 5 in #11.
Test plan
🤖 Generated with Claude Code