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 (main) (#1891)
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 Oct 2, 2023
1 parent b59f203 commit 8278bab
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:36.107.1
image: renovate/renovate:37.2.0

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:36.107.1
image: renovate/renovate:37.2.0

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:36.107.1'
image 'renovate/renovate:37.2.0'
args '-v /tmp:/tmp --group-add 0'
}
}
Expand Down

0 comments on commit 8278bab

Please sign in to comment.