Skip to content

Add renovate to the new allowed_bots input #7

@lacolaco

Description

@lacolaco

Claude Code Action v0.0.55 has new allowed_bots input to allow only trusted bots to invoke CLI.

# Allow specific trusted bots (recommended)
- uses: anthropics/claude-code-action@main
  with:
    allowed_bots: "dependabot,renovate"

# Allow all bots (use with caution in trusted environments)
- uses: anthropics/claude-code-action@main
  with:
    allowed_bots: "*"

# No bots allowed (default, most secure)
- uses: anthropics/claude-code-action@main
  # No allowed_bots parameter needed

By default, no bots are allowed. claude-renovate-review has to pass renovate to the input internally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions