Skip to content

Commit f463e40

Browse files
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.244.3
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 43.244.1 | 43.244.3 |
1 parent 6edf840 commit f463e40

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: 43.244.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
13+
RENOVATE_VERSION: 43.244.3 # 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:43.244.1@sha256:9065c77f1b9b60bfcffec37bd1306d28692c8396fee5c679e3ff74d5e3599e28
136+
image: ghcr.io/renovatebot/renovate:43.244.3@sha256:6a5475cd62046abc541ebb50b19b2b737ee52cc17153ab5700027afa51186394
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
@@ -223,7 +223,7 @@ The Renovate version to use.
223223
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
224224
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
225225

226-
This sample will use `ghcr.io/renovatebot/renovate:43.244.1` image.
226+
This sample will use `ghcr.io/renovatebot/renovate:43.244.3` image.
227227

228228
```yml
229229
....
@@ -236,7 +236,7 @@ jobs:
236236
- name: Self-hosted Renovate
237237
uses: renovatebot/github-action@v46.1.16
238238
with:
239-
renovate-version: 43.244.1
239+
renovate-version: 43.244.3
240240
token: ${{ secrets.RENOVATE_TOKEN }}
241241
```
242242

@@ -517,7 +517,7 @@ jobs:
517517
with:
518518
configurationFile: renovate.json5
519519
token: ${{ secrets.RENOVATE_TOKEN }}
520-
renovate-version: 43.244.1
520+
renovate-version: 43.244.3
521521
env:
522522
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
523523
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)