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

docs: update references to renovate/renovate to v37.8.1 (main) #1912

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0
image: renovate/renovate:37.8.1

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.2.0
image: renovate/renovate:37.8.1

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.2.0'
image 'renovate/renovate:37.8.1'
args '-v /tmp:/tmp --group-add 0'
}
}
Expand Down
Loading