From b5e5d867909ec633b590b4f7f4d4f64867d0e94a Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 26 Jan 2026 20:27:17 +0100 Subject: [PATCH] ci(claude): allow renovate bot to trigger code reviews Add allowed_bots configuration for renovate-bot-cbcoutinho to enable Claude Code review on dependency update PRs. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b163ee7..ec4ce42 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@a017b830c03e23789b11fb69ed571ea61c12e45c # v1.0.30 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + allowed_bots: "renovate-bot-cbcoutinho" prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}