step-security/Renovate Bot GitHub Action

GitHub Action to run self-hosted Renovate.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configurationFileConfiguration file to configure Renovate. Either use this input or the 'RENOVATE_CONFIG_FILE' environment variable. no
tokenGitHub 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-regexOverride 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-versionRenovate version to use. no43
renovate-imageRenovate docker image name. noghcr.io/renovatebot/renovate
mount-docker-socketMount 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-pathAllows 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-fileOverride docker command. Default command is `renovate` no
docker-networkDocker network. no
docker-userDocker user. Default to an unprivileged user no
docker-volumesDocker volume mounts. Default to /tmp:/tmp no/tmp:/tmp

no outputs