seanzor/LLM Dependency Bot
🤖 AI agent for dependency management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| anthropic-api-key | Anthropic API key for Claude access | yes | — |
| pr-number | Pull request number to analyze (auto-detected if not provided) | no | — |
| auto-merge-enabled | Enable auto-merge for low-risk updates | no | true |
| merge-method | Merge method to use (merge, squash, rebase) | no | squash |
| critical-dependencies | Comma-separated list of critical dependencies requiring extra scrutiny | no | "" |
| skip-author-check | Skip author validation for testing (allows non-bot PRs) | no | false |
Outputs
| name | description |
|---|---|
| decision | Merge decision made by the bot (auto_merge, require_approval, do_not_merge) |
| risk-level | Risk level assessed (low, medium, high, critical) |
| reasoning | Claude AI reasoning for the decision |