From 33403f451e9823f1d9428456df30da10ef69f72e Mon Sep 17 00:00:00 2001 From: umair Date: Wed, 15 Apr 2026 17:13:34 +0100 Subject: [PATCH] fix(ci): add dependabot to allowed_bots in Claude Code Action The Fix Dependabot PRs workflow was failing because claude-code-action rejects runs from bot actors unless explicitly allowed. Since the workflow already guards for dependabot-only PRs, this just unblocks the action from running. --- .github/workflows/dependabot-lockfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-lockfile.yml b/.github/workflows/dependabot-lockfile.yml index 74af30ad..64d725cd 100644 --- a/.github/workflows/dependabot-lockfile.yml +++ b/.github/workflows/dependabot-lockfile.yml @@ -161,6 +161,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ steps.generate-token.outputs.token }} + allowed_bots: "dependabot[bot]" prompt: | This is a Dependabot PR that bumps dependencies. The lockfile has been regenerated but the build, lint, or tests are failing.