Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ jobs:
- run: df -h

- name: docker-config
uses: containerbase/internal-tools@6cd0a2765a5f063602ad537f8f28bf4970169fa5 # v4.4.2
uses: containerbase/internal-tools@eaf6cb9f3d170809caa0f8c4bd777d2e97f087b4 # v4.4.6
with:
command: docker-config

Expand Down
4 changes: 2 additions & 2 deletions docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Renovate will get the credentials with the [`google-auth-library`](https://www.n
service_account: ${{ env.SERVICE_ACCOUNT }}

- name: renovate
uses: renovatebot/github-action@v46.1.4
uses: renovatebot/github-action@v46.1.5
env:
RENOVATE_HOST_RULES: |
[
Expand Down Expand Up @@ -496,7 +496,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
For example:

```Dockerfile
FROM renovate/renovate:43.59.4
FROM renovate/renovate:43.76.2
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...
Expand Down
10 changes: 5 additions & 5 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
```sh title="Example of valid tags"
docker run --rm renovate/renovate
docker run --rm renovate/renovate:43
docker run --rm renovate/renovate:43.59
docker run --rm renovate/renovate:43.59.4
docker run --rm renovate/renovate:43.76
docker run --rm renovate/renovate:43.76.2
```

<!-- prettier-ignore -->
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:43.59.4
image: renovate/renovate:43.76.2
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:43.59.4
- image: renovate/renovate:43.76.2
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:43.59.4
image: renovate/renovate:43.76.2
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/manager/azure-pipelines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
- container: linux
image: ubuntu:24.04
- container: python
image: python:3.14@sha256:61346539f7b26521a230e72c11da5ebd872924745074b19736e7d65ba748c366
image: python:3.14@sha256:7aea6827c8787754f99339ffed8cfc41fb09421f9c7d0e77a198b08422a3455e

stages:
- stage: StageOne
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@commander-js/extra-typings": "14.0.0",
"@containerbase/istanbul-reports-html": "1.1.35",
"@containerbase/semantic-release-pnpm": "1.3.25",
"@containerbase/istanbul-reports-html": "1.1.36",
"@containerbase/semantic-release-pnpm": "1.3.26",
"@eslint/js": "9.39.4",
"@hyrious/marshal": "0.3.3",
"@ls-lint/ls-lint": "2.3.1",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading