Skip to content

Commit 5993be6

Browse files
authoredSep 2, 2024··
docs: update references to ghcr.io/renovatebot/renovate to v38.61.1
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/renovatebot/renovate | 38.52.3 | 38.61.1 |
1 parent 749b819 commit 5993be6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The Renovate version to use.
216216
If omitted the action will use the `latest` Docker tag.
217217
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
218218

219-
This sample will use `ghcr.io/renovatebot/renovate:38.52.3` image.
219+
This sample will use `ghcr.io/renovatebot/renovate:38.61.1` image.
220220

221221
```yml
222222
....
@@ -229,7 +229,7 @@ jobs:
229229
- name: Self-hosted Renovate
230230
uses: renovatebot/github-action@v40.2.7
231231
with:
232-
renovate-version: 38.52.3
232+
renovate-version: 38.61.1
233233
token: ${{ secrets.RENOVATE_TOKEN }}
234234
```
235235

@@ -508,7 +508,7 @@ jobs:
508508
with:
509509
configurationFile: renovate.json5
510510
token: ${{ secrets.RENOVATE_TOKEN }}
511-
renovate-version: 38.52.3
511+
renovate-version: 38.61.1
512512
env:
513513
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
514514
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)
Please sign in to comment.