diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index ab1e9cd..1cfd2cb 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -15,4 +15,5 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 +# renovate: datasource=github-releases depName=cloudflare/cloudflared appVersion: "2026.1.2" diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 090b639..33df4bf 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -15,4 +15,4 @@ dependencies: - name: common repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 -appVersion: 0.20.16 +appVersion: 0.20.17 diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index 1abc08c..b2f1a06 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.20.17](https://img.shields.io/badge/Version-0.20.17-informational?style=flat-square) ![AppVersion: 0.20.16](https://img.shields.io/badge/AppVersion-0.20.16-informational?style=flat-square) +![Version: 0.20.17](https://img.shields.io/badge/Version-0.20.17-informational?style=flat-square) ![AppVersion: 0.20.17](https://img.shields.io/badge/AppVersion-0.20.17-informational?style=flat-square) Generic Device Plugin diff --git a/charts/gitea-actions/Chart.yaml b/charts/gitea-actions/Chart.yaml index ca6bcc1..1428a41 100644 --- a/charts/gitea-actions/Chart.yaml +++ b/charts/gitea-actions/Chart.yaml @@ -12,4 +12,5 @@ sources: maintainers: - name: alexlebens icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4 +# renovate: datasource=github-releases depName=gitea/act_runner appVersion: 0.2.11 diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index f946915..e0eabc4 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -11,4 +11,5 @@ sources: maintainers: - name: alexlebens icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4 +# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg appVersion: v1.28.0 diff --git a/charts/redis-replication/Chart.yaml b/charts/redis-replication/Chart.yaml index 6de8d48..907922f 100644 --- a/charts/redis-replication/Chart.yaml +++ b/charts/redis-replication/Chart.yaml @@ -12,4 +12,5 @@ sources: maintainers: - name: alexlebens icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg +# renovate: datasource=github-releases depName=OT-CONTAINER-KIT/redis-operator appVersion: v0.23.0 diff --git a/charts/volsync-target/Chart.yaml b/charts/volsync-target/Chart.yaml index 60a4b40..25ff1db 100644 --- a/charts/volsync-target/Chart.yaml +++ b/charts/volsync-target/Chart.yaml @@ -13,4 +13,5 @@ sources: maintainers: - name: alexlebens icon: https://raw.githubusercontent.com/backube/volsync/main/docs/media/volsync.svg?sanitize=true +# renovate: datasource=github-releases depName=backube/volsync appVersion: 0.14.0 diff --git a/renovate.json b/renovate.json index 74bb437..a0dc44b 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,16 @@ "mergeConfidence:all-badges", ":rebaseStalePrs" ], + "customManagers": [ + { + "customType": "regex", + "managerFilePatterns": ["/(^|/)Chart\\.yaml$/"], + "matchStrings": [ + "#\\s*renovate:\\s*datasource=(?.*?) depName=(?.*?)\\s+appVersion:\\s*[\"']?(?[^\"'\\s]+)[\"']?" + ], + "datasourceTemplate": "github-releases" + } + ], "timezone": "US/Central", "labels": [], "prHourlyLimit": 0, @@ -36,6 +46,14 @@ } ] }, + { + "description": "Label images, helm", + "matchManagers": ["custom.regex", "helm-values"], + "groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}", + "groupSlug": "unified-{{{groupName}}}", + "addLabels": ["image"], + "automerge": false + }, { "description": "Automerge generic-device-plugin image on digest", "matchDatasources": ["docker"],