chore(core): add AlaudaDevops/harbor-cli to fork versioning whitelist#16
Conversation
harbor-cli now maintains Alauda fork release branches (alauda-v*) and tags using the vX.Y.Z-alauda-N scheme. Extend the github-releases versioning rule so Renovate can correctly parse and compare these tags when other repos depend on harbor-cli releases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
alaudabot
left a comment
There was a problem hiding this comment.
Review Complete
The PR looks good. Adding to the fork versioning whitelist is a valid configuration change that follows the existing pattern.
Summary:
- 1 file changed, +1/-0 lines
- No critical issues, warnings, or suggestions
- Entry is correctly placed alphabetically in the whitelist
LGTM!
alaudabot
left a comment
There was a problem hiding this comment.
Review Complete
The PR looks good. Adding to the fork versioning whitelist is a valid configuration change that follows the existing pattern.
Summary:
- 1 file changed, +1/-0 lines
- No critical issues, warnings, or suggestions
- Entry is correctly placed alphabetically in the whitelist
LGTM!
alaudabot
left a comment
There was a problem hiding this comment.
Review Complete
The PR looks good. Adding AlaudaDevops/harbor-cli to the fork versioning whitelist is a valid configuration change that follows the existing pattern.
Summary:
- 1 file changed, +1/-0 lines
- No critical issues, warnings, or suggestions
- Entry is correctly placed alphabetically in the whitelist
LGTM!
🤖 AI Code Review
SummaryThis PR adds Review Statistics
Critical Issues
None Warnings
None Suggestions
None Positive Feedback
ℹ️ About this reviewThis review was automatically generated using the
|
|
/lgtm |
There was a problem hiding this comment.
✅ LGTM Status - Ready to Merge
This PR has received 2/1 valid LGTM approvals and meets the approval threshold.
LGTM Summary:
| User | Permission | Valid |
|---|---|---|
| @yuzichen12123 | read |
✅ |
The PR is now ready for merge! 🎉
✅ Check Runs Status - All checks are passing
This PR is ready for merge from a technical perspective!
Summary
Add
AlaudaDevops/harbor-clito the github-releases packageRule whitelist incore.json5, so Renovate uses thevX.Y.Z-alauda-Nversioning regex for harbor-cli fork releases — consistent withharbor-scanner-trivy,trivy,tektoncd-cli, etc.Context
harbor-cli just got Renovate onboarding at AlaudaDevops/harbor-cli#2 on the
alauda-v0.0.18branch. Fork releases will follow thevX.Y.Z-alauda-Ntag convention. Without this whitelist entry, downstream repos that depend on harbor-cli releases (via github-releases) would not know how to compare fork tags and might propose incorrect update PRs.Test plan
harbor-scanner-trivyandgit-clone🤖 Generated with Claude Code