Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
docs: update references to renovate/renovate to v37.172.2 (main) (#2359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent f56b585 commit 3325904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The pipeline should also work on shared runners.
## bitbucket-pipelines.yml

```yml
image: renovate/renovate:37.153.2
image: renovate/renovate:37.172.2

definitions:
caches:
Expand Down
2 changes: 1 addition & 1 deletion docs/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This sample will configure the Renovate slim image.
The following pipeline runs Renovate normally on `main` branch and for self-update it runs in [`dryRun`](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) mode.

```yml
image: renovate/renovate:37.153.2
image: renovate/renovate:37.172.2

variables:
LOG_LEVEL: debug
Expand Down
2 changes: 1 addition & 1 deletion docs/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following pipeline runs Renovate normally on the default branch (eg. `main`
pipeline {
agent {
docker {
image 'renovate/renovate:37.153.2'
image 'renovate/renovate:37.172.2'
args '-v /tmp:/tmp --group-add 0'
}
}
Expand Down

0 comments on commit 3325904

Please sign in to comment.