diff --git a/.github/workflows/claudependabot.yml b/.github/workflows/claudependabot.yml index 6d99225..415ebe5 100644 --- a/.github/workflows/claudependabot.yml +++ b/.github/workflows/claudependabot.yml @@ -73,6 +73,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: dependabot + display_report: true prompt: | This is a Dependabot PR for a minor version update. @@ -92,6 +93,7 @@ jobs: Use: gh pr review --approve --body "your message" claude_args: | + --allowedTools "Read,Glob,Grep" --allowedTools "Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*)" --allowedTools "Bash(gh issue:*),Bash(gh search:*),Bash(gh run:*),Bash(gh workflow:*),Bash(gh release:*)" --allowedTools "Bash(go:*),WebFetch,WebSearch" @@ -103,6 +105,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: dependabot + display_report: true prompt: | This is a Dependabot PR for a MAJOR version update. @@ -128,6 +131,7 @@ jobs: Use `gh pr review --comment` to post your analysis and any suggested code changes. IMPORTANT: Place all parameters AFTER --comment (e.g., `gh pr review --comment --body "..." `). claude_args: | + --allowedTools "Read,Glob,Grep" --allowedTools "Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review --comment:*),Bash(gh pr review -c:*)" --allowedTools "Bash(gh issue:*),Bash(gh search:*),Bash(gh run:*),Bash(gh workflow:*),Bash(gh release:*)" --allowedTools "Bash(go:*),WebFetch,WebSearch"