Skip to content

Commit 2687323

Browse files
authored
Merge pull request #331 from ably/fix/dependabot-allowed-bots
fix(ci): allow dependabot bot in Claude Code Action
2 parents 6f84e53 + 33403f4 commit 2687323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot-lockfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
with:
162162
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
163163
github_token: ${{ steps.generate-token.outputs.token }}
164+
allowed_bots: "dependabot[bot]"
164165
prompt: |
165166
This is a Dependabot PR that bumps dependencies. The lockfile has been
166167
regenerated but the build, lint, or tests are failing.

0 commit comments

Comments
 (0)