From 33259047e9124ee7e9f42d5187c1fc409bd9198a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:43:09 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v37.172.2 (main) (#2359) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/bitbucket.md | 2 +- docs/gitlab.md | 2 +- docs/jenkins.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/bitbucket.md b/docs/bitbucket.md index 273ee7a99..44ae434ba 100644 --- a/docs/bitbucket.md +++ b/docs/bitbucket.md @@ -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: diff --git a/docs/gitlab.md b/docs/gitlab.md index 09b7a8d4f..557060e6d 100644 --- a/docs/gitlab.md +++ b/docs/gitlab.md @@ -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 diff --git a/docs/jenkins.md b/docs/jenkins.md index 9d0ab8ee7..03dd7e806 100644 --- a/docs/jenkins.md +++ b/docs/jenkins.md @@ -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' } }