ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 1m57s

This commit is contained in:
2026-03-28 20:52:47 -05:00
parent 39ed7d5135
commit cbd41b40ef

View File

@@ -19,7 +19,7 @@
"description": "Renovate tag matcher for Helm chart appVersion", "description": "Renovate tag matcher for Helm chart appVersion",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "managerFilePatterns": [
"/(^|/)Chart\.yaml$/" "/(^|/)Chart\\.yaml$/"
], ],
"matchStrings": [ "matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?" "#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
@@ -30,8 +30,8 @@
"description": "Renovate tag matcher for Helm values and templates", "description": "Renovate tag matcher for Helm values and templates",
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "managerFilePatterns": [
"/(^|/)values\.yaml$/", "/(^|/)values\\.yaml$/",
"/(^|/)templates/.*\.yaml$/" "/(^|/)templates/.*\\.yaml$/"
], ],
"matchStrings": [ "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]+))?[\"']?" "#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+tag:\\s*[\"']?(?<currentValue>[^@\\s\"']+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
@@ -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+)\""
@@ -93,7 +93,7 @@
}, },
{ {
"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//",