1 Commits

Author SHA1 Message Date
8a78471ba8 chore(deps): update dependency gethomepage/homepage to v1.12.1
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 16s
lint-test-helm / validate-kubeconform (pull_request) Successful in 15s
2026-03-29 01:43:48 +00:00
7 changed files with 26 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: cilium
repository: https://helm.cilium.io/
version: 1.19.2
digest: sha256:11f8eef4733b70c2b9a91ce39fe3c1ea1ad3fa3c46750efb015e03ff6ea3655b
generated: "2026-03-29T02:53:57.961709367Z"
version: 1.18.6
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
generated: "2026-02-05T12:00:20.15778-06:00"

View File

@@ -14,8 +14,8 @@ maintainers:
- name: alexlebens
dependencies:
- name: cilium
version: 1.19.2
version: 1.18.6
repository: https://helm.cilium.io/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
# renovate: datasource=github-releases depName=cilium/cilium
appVersion: 1.19.2
appVersion: 1.18.6

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/foldergram/foldergram/refs/heads/main/client/public/icon-512.png
# renovate: datasource=github-releases depName=foldergram/foldergram
appVersion: v1.0.9
appVersion: v1.0.8

View File

@@ -19,4 +19,4 @@ dependencies:
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
# renovate: datasource=github-releases depName=gethomepage/homepage
appVersion: v1.12.0
appVersion: v1.12.1

View File

@@ -17,5 +17,4 @@ dependencies:
alias: music-grabber
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
# renovate: datasource=docker depName=g33kphr33k/musicgrabber
appVersion: 2.5.3
appVersion: 2.0.4

View File

@@ -9,7 +9,7 @@ music-grabber:
main:
image:
repository: g33kphr33k/musicgrabber
tag: 2.5.3
tag: 2.5.2
pullPolicy: IfNotPresent
env:
- name: MUSIC_DIR

View File

@@ -18,8 +18,8 @@
{
"description": "Renovate tag matcher for Helm chart appVersion",
"customType": "regex",
"managerFilePatterns": [
"/(^|/)Chart\\.yaml$/"
"fileMatch": [
"(^|/)Chart\\.yaml$"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
@@ -29,9 +29,9 @@
{
"description": "Renovate tag matcher for Helm values and templates",
"customType": "regex",
"managerFilePatterns": [
"/(^|/)values\\.yaml$/",
"/(^|/)templates/.*\\.yaml$/"
"fileMatch": [
"(^|/)values\\.yaml$",
"(^|/)templates/.*\\.yaml$"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
@@ -41,8 +41,8 @@
{
"description": "Update Helm CLI version in GitHub Actions",
"customType": "regex",
"managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/"
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$"
],
"matchStrings": [
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
@@ -54,8 +54,8 @@
{
"description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex",
"managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/"
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$"
],
"matchStrings": [
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
@@ -74,21 +74,12 @@
"enabled": false
},
{
"description": "Label Helm updates",
"matchDatasources": [
"helm"
],
"description": "Universal dynamic labeling by datasource",
"addLabels": [
"helm"
]
},
{
"description": "Label Docker updates",
"matchDatasources": [
"docker"
"{{{datasource}}}"
],
"addLabels": [
"docker"
"matchPackageNames": [
"*"
]
},
{
@@ -102,7 +93,7 @@
},
{
"description": "Group packages together by stripping all registry/namespace prefixes",
"groupName": "{{#if packageName}}{{{replace '^.*/([^/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*/([^/]+)$' '$1' depName}}}{{/if}}",
"groupName": "{{#if packageName}}{{{replace '^.*\/([^\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\/([^\/]+)$' '$1' depName}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [
"*"
@@ -163,6 +154,9 @@
"patch",
"pinDigest"
],
"matchDatasources": [
"*"
],
"addLabels": [
"{{{datasource}}}",
"automerge"