ci: reconfigure
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-28 20:33:37 -05:00
parent 1bca9d5f46
commit d87d86ad81

View File

@@ -18,7 +18,7 @@
{ {
"description": "Renovate tag matcher for Helm chart appVersion", "description": "Renovate tag matcher for Helm chart appVersion",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "fileMatch": [
"(^|/)Chart\\.yaml$" "(^|/)Chart\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
@@ -29,19 +29,19 @@
{ {
"description": "Renovate tag matcher for Helm values and templates", "description": "Renovate tag matcher for Helm values and templates",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "fileMatch": [
"(^|/)values\\.yaml$", "(^|/)values\\.yaml$",
"(^|/)templates/.*\\.yaml$" "(^|/)templates/.*\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\r?\\n\\s*tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?" "#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
], ],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}docker{{/if}}" "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}docker{{/if}}"
}, },
{ {
"description": "Update Helm CLI version in GitHub Actions", "description": "Update Helm CLI version in GitHub Actions",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$" "^\\.github/workflows/.*\\.ya?ml$"
], ],
"matchStrings": [ "matchStrings": [
@@ -54,7 +54,7 @@
{ {
"description": "Update Kubeconform version in GitHub Actions env", "description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$" "^\\.github/workflows/.*\\.ya?ml$"
], ],
"matchStrings": [ "matchStrings": [
@@ -84,11 +84,11 @@
}, },
{ {
"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+)$",
"matchPackageNames": [ "matchPackageNames": [
"/^linuxserver//", "/^linuxserver//",
"/^ghcr\.io/linuxserver//", "/^ghcr\\.io/linuxserver//",
"/^lscr\.io/linuxserver//" "/^lscr\\.io/linuxserver//"
] ]
}, },
{ {