chore(helm): update image renovate/renovate 38.134.0 → 38.135.0 (#28566)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | minor | -> | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.135.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.135.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.134.2...38.135.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v7.39.0 ([#​32203](https://redirect.github.com/renovatebot/renovate/issues/32203)) ([61aaebd](https://redirect.github.com/renovatebot/renovate/commit/61aaebdc7efa01b4b2994506d51fbe2c1685d78a)) ### [`v38.134.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.134.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.134.1...38.134.2) ##### Bug Fixes - **manager/uv:** apply normalization on sources ([#​31297](https://redirect.github.com/renovatebot/renovate/issues/31297)) ([c20044e](https://redirect.github.com/renovatebot/renovate/commit/c20044e2d5cfa10aafa9c05297d1b36af363b463)) ### [`v38.134.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.134.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.134.0...38.134.1) ##### Bug Fixes - **datasource/go:** Remove .git suffix for go dependencies when calling go-get api ([#​32181](https://redirect.github.com/renovatebot/renovate/issues/32181)) ([209a162](https://redirect.github.com/renovatebot/renovate/commit/209a1621a0f53677e106bdc13ad2755cd09da02c)) ##### Tests - **docs:** fix docs tests ([#​32197](https://redirect.github.com/renovatebot/renovate/issues/32197)) ([c491241](https://redirect.github.com/renovatebot/renovate/commit/c4912417001f954935ad20425473f8ae9aae2017)) - **manager/uv:** move source skip test to `extract` ([#​32195](https://redirect.github.com/renovatebot/renovate/issues/32195)) ([7f4181a](https://redirect.github.com/renovatebot/renovate/commit/7f4181afec9890d9ad8941e363dce7de51d4e121)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -4,7 +4,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 38.134.0
|
||||
appVersion: 38.135.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
|
||||
- https://hub.docker.com/r/renovate/renovate
|
||||
type: application
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: renovate/renovate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 38.134.0
|
||||
tag: 38.135.0
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user