-
Notifications
You must be signed in to change notification settings - Fork 22
chore(deps): reconfigure Dependabot uv
ecosystem into groups
#339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@shenxianpeng 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…endency groups Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
dev
and docs
groups dependency
@copilot Use conventional-commit standard for PR titles. We talked about this. |
…tore pip group name Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
You're absolutely right! The PR title should follow conventional commit standards. The current title "Reduce dependency update frequency for dev and docs groups" should be changed to:
However, I don't have the ability to update PR titles directly. Could you please update the title to follow the conventional commit format? |
@copilot Dependabot encountered the following error when parsing your .github/dependabot.yml:
|
… config Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
Fixed the overlapping directories error in commit 3d8c6d5. Consolidated the two separate |
@copilot we'll stick to using |
Co-authored-by: 2bndy5 <14963867+2bndy5@users.noreply.github.com>
Simplified the configuration in commit c8a35db by removing the separate quarterly schedules from the dev and docs groups. All uv dependencies now use the daily schedule defined at the ecosystem level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure about using wildcards (*
) when the patterns
should exactly match the dep name. We'll see how well this works first and patch it later if needed.
uv
ecosystem into groups
The Dependabot configuration has been successfully updated to consolidate uv dependency management with proper grouping while using a unified daily update schedule. All dependencies now use daily updates with appropriate grouping (pip for critical dependencies, dev for development tools, docs for documentation tools) and correct update-types configuration for non-critical groups.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.