From 38d5da84f0820f9c7a9440e467dace5dac7a2bf7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 6 Aug 2025 02:15:17 +0200 Subject: [PATCH] chore(container): update docker.io/renovate/renovate docker tag to v41.53.1 (#38130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.53.0-full` -> `41.53.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
renovatebot/renovate (docker.io/renovate/renovate) ### [`v41.53.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.53.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.53.0...41.53.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.4 (main) ([#​37341](https://redirect.github.com/renovatebot/renovate/issues/37341)) ([a76c80e](https://redirect.github.com/renovatebot/renovate/commit/a76c80e8f593fb2fb4442be1f5936bf9b949475f)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.17.0 (main) ([#​37338](https://redirect.github.com/renovatebot/renovate/issues/37338)) ([b9d22a3](https://redirect.github.com/renovatebot/renovate/commit/b9d22a391f9747fa424feef951faba575faead55)) ##### Code Refactoring - **dependency-dashboard:** checkbox handling with reusable utility functions ([#​37339](https://redirect.github.com/renovatebot/renovate/issues/37339)) ([14c62bf](https://redirect.github.com/renovatebot/renovate/commit/14c62bf7d101599c695fba6d56827035a84c9b08)) - **npm:** prepartion for yarn catalogs integration ([#​37333](https://redirect.github.com/renovatebot/renovate/issues/37333)) ([71fba5e](https://redirect.github.com/renovatebot/renovate/commit/71fba5e8d2a876b55703e4e3a54eb8f4087e9425))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- containers/apps/renovate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/renovate/Dockerfile b/containers/apps/renovate/Dockerfile index 023e283bcec..c26f4c3742e 100644 --- a/containers/apps/renovate/Dockerfile +++ b/containers/apps/renovate/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM docker.io/renovate/renovate:41.53.0-full@sha256:7da25ff09b748102286489eff5d22a9a5d66e6960a3af5f3c0ab173af3fc467f +FROM docker.io/renovate/renovate:41.53.1-full@sha256:b49a823b9bcfccd2470dad0b24771392d79470b266b1b97956ca1b381e0446e8 ARG VERSION ARG CONTAINER_NAME