feat(#2479): enable Renovate via self-hosted GitHub App#2480
feat(#2479): enable Renovate via self-hosted GitHub App#2480rh-hemartin wants to merge 1 commit into
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 |
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