From 5442f46cd2727bdd22406b371f16993041bb6ab5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 10 Aug 2025 10:25:39 +0200 Subject: [PATCH] chore(container): update docker.io/renovate/renovate docker tag to v41.60.4 (#38240) 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.60.3-full` -> `41.60.4-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.60.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.60.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.60.3...41.60.4) ##### Bug Fixes - **worker:** ensure pr if not scheduled and user requested ([#​37406](https://redirect.github.com/renovatebot/renovate/issues/37406)) ([0588013](https://redirect.github.com/renovatebot/renovate/commit/0588013226fbc5ed77e4a38bf97ae480e2f24a2f)) ##### Documentation - **bitbucket:** add write scope to bot permissions ([#​37414](https://redirect.github.com/renovatebot/renovate/issues/37414)) ([65150cd](https://redirect.github.com/renovatebot/renovate/commit/65150cdaf8ac3329048988c38e15a9a62f8a1372)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.35.0 (main) ([#​37404](https://redirect.github.com/renovatebot/renovate/issues/37404)) ([52f2c18](https://redirect.github.com/renovatebot/renovate/commit/52f2c182be365cd51db0da2283f2fa869815a8ba))
--- ### 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 adfb13489c2..d0cf11863dd 100644 --- a/containers/apps/renovate/Dockerfile +++ b/containers/apps/renovate/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM docker.io/renovate/renovate:41.60.3-full@sha256:c79780970ae32224635d2fc2198059a3c01f70a719c52b29c8b62c32d244eefc +FROM docker.io/renovate/renovate:41.60.4-full@sha256:9a36fac2c93a968053d361dc269f181ee770bc11fde29e0cb3249f650590e685 ARG VERSION ARG CONTAINER_NAME