Skip to content

Commit

Permalink
docs: update references to renovate/renovate to v24.32.0 (renovatebot…
Browse files Browse the repository at this point in the history
…#216)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 1, 2021
1 parent 9c030a5 commit 40a3806
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.27.4-slim
image: renovate/renovate:24.32.0-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.27.4-slim@sha256:c99ced3d8d500ee8b273cb8643340b1b47b1fb1e1ed8a4972e746b5704ea48b9
image: renovate/renovate:24.32.0-slim@sha256:f199877202988cacce8240da2354afdfb7305e5069d59ae55d3643fe3c40fb1e

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.27.4-slim@sha256:c99ced3d8d500ee8b273cb8643340b1b47b1fb1e1ed8a4972e746b5704ea48b9
image: renovate/renovate:24.32.0-slim@sha256:f199877202988cacce8240da2354afdfb7305e5069d59ae55d3643fe3c40fb1e

variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down

0 comments on commit 40a3806

Please sign in to comment.