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",
"customType": "regex",
"managerFilePatterns": [
"fileMatch": [
"(^|/)Chart\\.yaml$"
],
"matchStrings": [
@@ -29,19 +29,19 @@
{
"description": "Renovate tag matcher for Helm values and templates",
"customType": "regex",
"managerFilePatterns": [
"fileMatch": [
"(^|/)values\\.yaml$",
"(^|/)templates/.*\\.yaml$"
],
"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}}"
},
{
"description": "Update Helm CLI version in GitHub Actions",
"customType": "regex",
"managerFilePatterns": [
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$"
],
"matchStrings": [
@@ -54,7 +54,7 @@
{
"description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex",
"managerFilePatterns": [
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$"
],
"matchStrings": [
@@ -84,11 +84,11 @@
},
{
"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": [
"/^linuxserver//",
"/^ghcr\.io/linuxserver//",
"/^lscr\.io/linuxserver//"
"/^ghcr\\.io/linuxserver//",
"/^lscr\\.io/linuxserver//"
]
},
{