ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 25s

This commit is contained in:
2026-03-28 20:09:42 -05:00
parent ef00c05fe6
commit 96d1d004a5

View File

@@ -42,7 +42,7 @@
"description": "Update Helm CLI version in GitHub Actions", "description": "Update Helm CLI version in GitHub Actions",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/" "^\\.github/workflows/.*\\.ya?ml$"
], ],
"matchStrings": [ "matchStrings": [
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)" "uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
@@ -55,7 +55,7 @@
"description": "Update Kubeconform version in GitHub Actions env", "description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "managerFilePatterns": [
"/^\\.github/workflows/.*\\.ya?ml$/" "^\\.github/workflows/.*\\.ya?ml$"
], ],
"matchStrings": [ "matchStrings": [
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\"" "KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
@@ -86,9 +86,9 @@
"description": "Versioning for LinuxServer images", "description": "Versioning for LinuxServer images",
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$", "versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$",
"matchPackagePatterns": [ "matchPackagePatterns": [
"/^linuxserver\\//", "^linuxserver/",
"/^ghcr\\.io/linuxserver\\//", "^ghcr\\.io/linuxserver/",
"/^lscr\\.io/linuxserver\\//" "^lscr\\.io/linuxserver/"
] ]
}, },
{ {
@@ -99,8 +99,8 @@
{ {
"description": "Group for specific apps", "description": "Group for specific apps",
"matchPackagePatterns": [ "matchPackagePatterns": [
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/", "(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)",
"/^rook(-ceph|\\/rook|\\/ceph)/" "^rook(-ceph|/rook|/ceph)"
], ],
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}", "groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
"groupSlug": "unified-{{{groupName}}}" "groupSlug": "unified-{{{groupName}}}"