Configure Dependabot for WTA Rust dependencies - #520
Open
vanzue wants to merge 1 commit into
Open
Conversation
Check the tools/wta Cargo dependency graph weekly, group routine minor and patch updates, and keep ACP SDK updates in dedicated pull requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: effeb503-7fb5-449e-905a-3f7ea0e084a1
Contributor
There was a problem hiding this comment.
🟢 Ready to approve
The Dependabot configuration is syntactically valid, scoped to /tools/wta, and the documented notice-regeneration script path exists in the repo.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Adds a GitHub Dependabot configuration to automate dependency update PRs for the WTA Rust (Cargo) workspace under tools/wta, with grouping rules to reduce PR noise while isolating agent-client-protocol* updates for focused review.
Changes:
- Configured weekly Dependabot checks for Cargo dependencies in
/tools/wta(Monday 09:00 Asia/Shanghai). - Grouped routine minor/patch version updates while excluding
agent-client-protocol*from that group. - Documented the follow-up step to regenerate third-party notices after accepting dependency updates.
File summaries
| File | Description |
|---|---|
.github/dependabot.yml |
Adds Dependabot v2 config for Cargo updates in tools/wta, including grouping and notice-regeneration guidance. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Configure GitHub Dependabot version updates for the WTA Rust dependency graph.
References and Relevant Issues
Tracks #521
Detailed Description of the Pull Request / Additional comments
/tools/wtaCargo dependencies weekly on Monday at 09:00 Asia/Shanghai.agent-client-protocol*updates in dedicated PRs for focused ACP compatibility review.Dependabot reads configuration from the default branch. After merge, maintainers with write access can trigger it from Insights → Dependency graph → Dependabot → Check for updates.
Validation Steps Performed
npx -y yaml-lint .github/dependabot.ymlPR Checklist