-
Notifications
You must be signed in to change notification settings - Fork 247
Group dependabot updates by package origin #8716
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
With Go 1.24 now in use, upgrade to the latest stable version of go.uber.org/mock (v0.6.0) which includes improvements and bug fixes. Updated: - go.mod: bump go.uber.org/mock to v0.6.0 - hack/setup_env.sh: install mockgen@v0.6.0 - ci-images/Dockerfile.code-generation: use mockgen@v0.6.0 - vendor/: update vendored mock library
Add k8s and openshift groups to consolidate related package updates: - k8s: Groups k8s.io/* and sigs.k8s.io/* packages - openshift: Groups github.com/openshift/* packages - go-dependencies: Updated to exclude the above patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
WalkthroughThis pull request migrates the codebase from golang/mock to go.uber.org/mock by updating mock framework dependencies, replacing gomock import paths across test and mock files, updating build/dependency configuration files, expanding test coverage, and removing obsolete generated mock files. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to ⛔ Files ignored due to path filters (215)
📒 Files selected for processing (85)
💤 Files with no reviewable changes (2)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (83)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebrandon1 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@sebrandon1: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
k8s.io/*andsigs.k8s.io/*packages together for coordinated updatesgithub.com/openshift/*packages togethergo-dependenciesgroup to exclude the above patternsThis reduces PR noise and makes dependency updates easier to review.
Related PRs
This change is part of a coordinated effort across multiple OpenShift repositories:
Tracked by: CNFCERT-1301
Test plan
🤖 Generated with Claude Code