Compare commits

...

1 Commits

Author SHA1 Message Date
Nick Tindle
b5f7fc446c fix(ci): allow dependabot[bot] in Claude dependabot review workflow
The Claude Code Action rejects bot actors by default. Adding dependabot[bot]
to allowed_bots so the automated dependency review can run on Dependabot PRs.
2026-02-08 17:01:28 -06:00

View File

@@ -309,6 +309,7 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
allowed_bots: "dependabot[bot]"
claude_args: |
--allowedTools "Bash(npm:*),Bash(pnpm:*),Bash(poetry:*),Bash(git:*),Edit,Replace,NotebookEditCell,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*)"
prompt: |