Skip to content

Commit

Permalink
docs: update references to renovate/renovate to v24.119.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2021
1 parent 7719aed commit 4b0715f
Show file tree
Hide file tree
Showing 2 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 @@ -4,7 +4,7 @@ These are configuration examples for running a self-hosted Renovate on bitbucket

### bitbucket-pipelines.yml
```yml
image: renovate/renovate:24.112.0-slim
image: renovate/renovate:24.119.15-slim

definitions:
caches:
Expand Down
4 changes: 2 additions & 2 deletions docs/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Renovate will map `baseDir` to the docker side container running tools like `pyt
The following pipeline runs renovate normally on master branch and for self-update it runs in [`dryRun`](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) mode.

```yml
image: renovate/renovate:24.112.0-slim@sha256:fd29e65566bd5bcdd0634a7bdb153da611d0335f3a421f75567461cc8419b213
image: renovate/renovate:24.119.15-slim@sha256:5a9d6afe555544d0a61b7a224d025584d54e4c8746bc015fd7818dbd4c06d938

variables:
LOG_LEVEL: debug
Expand Down Expand Up @@ -119,7 +119,7 @@ This sample uses the `docker-in-docker` gitlab runner.

### Gitlab pipeline
```yml
image: renovate/renovate:24.112.0-slim@sha256:fd29e65566bd5bcdd0634a7bdb153da611d0335f3a421f75567461cc8419b213
image: renovate/renovate:24.119.15-slim@sha256:5a9d6afe555544d0a61b7a224d025584d54e4c8746bc015fd7818dbd4c06d938

variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down

0 comments on commit 4b0715f

Please sign in to comment.