renovatebot/Renovate Bot GitHub Action
GitHub Action to run self-hosted Renovate.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configurationFile | Configuration file to configure Renovate. Either use this input or the 'RENOVATE_CONFIG_FILE' environment variable. | no | — |
| token | GitHub personal access token that Renovate should use. This should be configured using a Secret. Either use this input or the 'RENOVATE_TOKEN' environment variable. | no | — |
| env-regex | Override the environment variables which will be passsed into the renovate container. Defaults to `^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|NO_COLOR|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$` | no | — |
| renovate-version | Renovate version to use. | no | 43 |
| renovate-image | Renovate docker image name. | no | ghcr.io/renovatebot/renovate |
| mount-docker-socket | Mount the Docker socket inside the renovate container so that the commands can use Docker. Also add the user inside the renovate container to the docker group for socket permissions. | no | — |
| docker-socket-host-path | Allows the overriding of the host path for the Docker socket that is mounted into the container. Useful on systems where the host Docker socket is located somewhere other than '/var/run/docker.sock' (the default). Only applicable when 'mount-docker-socket' is true. | no | /var/run/docker.sock |
| docker-cmd-file | Override docker command. Default command is `renovate` | no | — |
| docker-network | Docker network. | no | — |
| docker-user | Docker user. Default to an unprivileged user | no | — |
| docker-volumes | Docker volume mounts. Default to /tmp:/tmp | no | /tmp:/tmp |
Outputs
no outputs