Docker image to run Renovate in Azure Pipelines container jobs.
This container can be used to run Renovate in Azure Pipelines container jobs.
To use the image in an Azure Pipelines Container Job add the following task use it with the target
property.
The following example shows the container used for running Renovate:
- stage: Renovate
jobs:
- job: Renovate
steps:
- bash: |
npx renovate
target: swissgrc/azure-pipelines-renovate:latest
Tag | Description | Size |
---|---|---|
latest | Latest stable release (from main branch) |
|
unstable | Latest unstable release (from develop branch) |
|
x.y.z | Image for a specific version of Renovate |