Skip to content

Commit 05e976f

Browse files
docs: update references to renovate/renovate (main) (#44137)
docs: update references to renovate/renovate | datasource | package | from | to | | ---------- | ----------------- | -------- | -------- | | docker | renovate/renovate | 43.222.1 | 43.234.0 | | docker | renovate/renovate | 43.222 | 43.234 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b60b405 commit 05e976f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/usage/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
505505
For example:
506506

507507
```Dockerfile
508-
FROM renovate/renovate:43.222.1
508+
FROM renovate/renovate:43.234.0
509509
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
510510
# under "Installation" for "Debian/Ubuntu"
511511
RUN ...

docs/usage/examples/self-hosting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
3434
```sh title="Example of valid tags"
3535
docker run --rm renovate/renovate
3636
docker run --rm renovate/renovate:43
37-
docker run --rm renovate/renovate:43.222
38-
docker run --rm renovate/renovate:43.222.1
37+
docker run --rm renovate/renovate:43.234
38+
docker run --rm renovate/renovate:43.234.0
3939
```
4040

4141
!!! warning
@@ -70,7 +70,7 @@ spec:
7070
- name: renovate
7171
# Update this to the latest available and then enable Renovate on
7272
# the manifest
73-
image: renovate/renovate:43.222.1
73+
image: renovate/renovate:43.234.0
7474
args:
7575
- user/repo
7676
# Environment Variables
@@ -129,7 +129,7 @@ spec:
129129
template:
130130
spec:
131131
containers:
132-
- image: renovate/renovate:43.222.1
132+
- image: renovate/renovate:43.234.0
133133
name: renovate-bot
134134
env: # For illustration purposes, please use secrets.
135135
- name: RENOVATE_PLATFORM
@@ -373,7 +373,7 @@ spec:
373373
containers:
374374
- name: renovate
375375
# Update this to the latest available and then enable Renovate on the manifest
376-
image: renovate/renovate:43.222.1
376+
image: renovate/renovate:43.234.0
377377
volumeMounts:
378378
- name: ssh-key-volume
379379
readOnly: true

docs/usage/mend-hosted/hosted-apps-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Follow these steps to see which version the Mend Renovate app used for a specifi
3636
```
3737
INFO: Renovate started
3838
{
39-
"renovateVersion": "43.222.1"
39+
"renovateVersion": "43.234.0"
4040
}
4141
...
4242
INFO: Repository started
4343
{
44-
"renovateVersion": "43.222.1"
44+
"renovateVersion": "43.234.0"
4545
}
4646
```
4747

0 commit comments

Comments
 (0)