From bfed0c893b8fd96723c09897e3a05baddd1c61ef Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Aug 2025 15:45:35 +0200 Subject: [PATCH] chore(container): update docker.io/renovate/renovate docker tag to v41.72.0 (#38403) 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 | minor | `41.70.3-full` -> `41.72.0-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.72.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.72.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.71.1...41.72.0) ##### Features - **bitbucket-server:** extend `CODEOWNER` support ([#​37161](https://redirect.github.com/renovatebot/renovate/issues/37161)) ([c59727f](https://redirect.github.com/renovatebot/renovate/commit/c59727ffa59dd24f568f2a2ec97ff70cf6f1338a)) ##### Documentation - Change incorrect log remapping ([#​37503](https://redirect.github.com/renovatebot/renovate/issues/37503)) ([9aa8438](https://redirect.github.com/renovatebot/renovate/commit/9aa84388ee656d43ea74dd112a6cbc8d08b5dc4f)) ##### Miscellaneous Chores - **deps:** update dependency vite to v7.1.0 (main) ([#​37505](https://redirect.github.com/renovatebot/renovate/issues/37505)) ([19432bb](https://redirect.github.com/renovatebot/renovate/commit/19432bba180e9f3768a2cbb3bc0597b391504e94)) - **deps:** update python:3.13 docker digest to [`1e4584c`](https://redirect.github.com/renovatebot/renovate/commit/1e4584c) (main) ([#​37506](https://redirect.github.com/renovatebot/renovate/issues/37506)) ([3434e96](https://redirect.github.com/renovatebot/renovate/commit/3434e9648090349eea6c24633e4c0d4439436477)) - **renovate:** require approval for next branch lockfile maintenace ([#​37502](https://redirect.github.com/renovatebot/renovate/issues/37502)) ([e85a045](https://redirect.github.com/renovatebot/renovate/commit/e85a04547879164a78fdced62d57f797492ac433)) ##### Code Refactoring - **zod:** rename schema to match our best practices guide ([#​37499](https://redirect.github.com/renovatebot/renovate/issues/37499)) ([3211d56](https://redirect.github.com/renovatebot/renovate/commit/3211d56e2156b9211a3f77da01b3c86bbb097f13)) ### [`v41.71.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.71.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.71.0...41.71.1) ##### Bug Fixes - **bazel-module): Revert "feat(bazel-module:** Add support for rules\_img" ([#​37501](https://redirect.github.com/renovatebot/renovate/issues/37501)) ([3da3ca9](https://redirect.github.com/renovatebot/renovate/commit/3da3ca9d172d1439ed6eb826a16174140cd3b536)) ### [`v41.71.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.71.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.70.3...41.71.0) ##### Features - **presets:** add Hibernate monorepos ([#​37283](https://redirect.github.com/renovatebot/renovate/issues/37283)) ([643d489](https://redirect.github.com/renovatebot/renovate/commit/643d4893acef077dd719c30efd062089a38ee7fc))
--- ### 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 fc9175f1f32..0c5e0aad7f8 100644 --- a/containers/apps/renovate/Dockerfile +++ b/containers/apps/renovate/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM docker.io/renovate/renovate:41.70.3-full@sha256:e23dec9db79ba26069721548b39ccc921843018e0ecf4c4d49b832a73b361745 +FROM docker.io/renovate/renovate:41.72.0-full@sha256:4cc2ad7720d16e824bd292f6508d6a1ee3f83488a53e239be853f757ea9b6807 ARG VERSION ARG CONTAINER_NAME