Skip to content

Commit bc2bcb9

Browse files
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v44.70.0
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | ------- | | docker | ghcr.io/renovatebot/renovate | 44.69.13 | 44.70.0 |
1 parent 719210e commit bc2bcb9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
RENOVATE_VERSION: 44.69.13 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
13+
RENOVATE_VERSION: 44.70.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
1414

1515
jobs:
1616
prepare:
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
timeout-minutes: 10
135135
container:
136-
image: ghcr.io/renovatebot/renovate:44.69.13@sha256:9191c8ba152484974a9faef9e22978a98cc0fc52d16756841816c5f947cd09d2
136+
image: ghcr.io/renovatebot/renovate:44.70.0@sha256:dbb8b54b46515ebc57466f8a9ff74077c7d7a0e0cead799ff1158e5922231ec8
137137
# github hosted runners are running as `1001:127` (ubuntu:docker)
138138
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127
139139

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The Renovate version to use.
227227
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
228228
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
229229

230-
This sample will use `ghcr.io/renovatebot/renovate:44.69.13` image.
230+
This sample will use `ghcr.io/renovatebot/renovate:44.70.0` image.
231231

232232
```yml
233233
....
@@ -240,7 +240,7 @@ jobs:
240240
- name: Self-hosted Renovate
241241
uses: renovatebot/github-action@v46.2.6
242242
with:
243-
renovate-version: 44.69.13
243+
renovate-version: 44.70.0
244244
token: ${{ secrets.RENOVATE_TOKEN }}
245245
```
246246

@@ -504,7 +504,7 @@ jobs:
504504
with:
505505
configurationFile: renovate.json5
506506
token: ${{ secrets.RENOVATE_TOKEN }}
507-
renovate-version: 44.69.13
507+
renovate-version: 44.70.0
508508
env:
509509
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
510510
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)