feat(#2479): enable Renovate via self-hosted GitHub App - #2480
Conversation
PR Summary by QodoEnable Renovate via self-hosted GitHub App token in GitHub Actions Description
Diagram
High-Level Assessment
Files changed (2)
|
Site previewPreview: https://f8647c66-site.fullsend-ai.workers.dev Commit: |
Code Review by Qodo
Context used✅ Tickets:
🎫 Enable Renovate via self-hosted GitHub App✅ Compliance rules (platform):
51 rules✅ Skills:
writing-user-docs, writing-adrs 1. permissions: {} blocks checkout
|
|
🤖 Review · |
58e7224 to
721a5f5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
🤖 Finished Review · ✅ Success · Started 8:32 AM UTC · Completed 8:47 AM UTC |
ReviewFindingsMedium
Low
Previous runReviewFindingsMedium
Low
Labels: PR adds a CI workflow for dependency management via Renovate. |
Adds a GitHub Actions workflow that runs Renovate twice daily, authenticating with a dedicated GitHub App (fullsend-renovate) via actions/create-github-app-token. Adds gomodTidy post-update and prHourlyLimit to renovate.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Hector Martinez <hemartin@redhat.com>
721a5f5 to
d239601
Compare
|
🤖 Finished Review · ✅ Success · Started 11:40 AM UTC · Completed 11:50 AM UTC |
|
🤖 Finished Retro · ✅ Success · Started 9:29 AM UTC · Completed 9:43 AM UTC |
Retro: PR #2480 — Enable Renovate via self-hosted GitHub AppTimeline
AssessmentAll 4 inline review comments were dismissed or irrelevant, meaning the review agent added friction without catching real issues on this PR. Three of the four dismissed findings map to recently-addressed or already-tracked issues:
One finding has no existing coverage: the review agent flagging major-version GitHub Actions tags ( Proposals filed
|
…e-github-app feat(fullsend-ai#2479): enable Renovate via self-hosted GitHub App
Summary
.github/workflows/renovate.yml— runs self-hosted Renovate twice daily, authenticates via dedicated GitHub App usingactions/create-github-app-tokenrenovate.json— addgomodTidypost-update andprHourlyLimit: 1Closes #2479
Test plan
🤖 Generated with Claude Code