bfra-me/Renovate Action
Self-hosted Renovate GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: bfra-me/renovate-action@4f124d166fbf1d0d64cfe99eaa0463b27a9172a7 # 9.139.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| autodiscover | Autodiscover all repositories. | no | false |
| autodiscover-filter | Filter repositories to autodiscover. | no | [] |
| branch | Run Renovate on this branch. | no | — |
| cache | Enable the Renovate cache. | no | false |
| dry-run | Perform a dry run by logging messages instead of creating/updating/deleting branches and PRs. | no | false |
| execution-mode | v9 deprecation scaffolding input. Docker container execution remains active in v9 and is planned for removal in v10. | no | container |
| global-config | Additional global configuration for Renovate as a JSON string. This will be merged with the default configuration while preserving security boundaries. | no | {} |
| log-level | Set the log level. | no | info |
| print-config | Log the fully-resolved Renovate config for each repository, plus fully-resolved presets. | no | false |
| renovate-app-id | The ID of the GitHub App that will be used to run Renovate. | yes | — |
| renovate-app-private-key | The private key of the GitHub App that will be used to run Renovate. | yes | — |
Outputs
| name | description |
|---|---|
| docker-image | The name of the Renovate Docker image |
| renovate-version | The Renovate version |