chore(config): migrate config renovate.json
All checks were successful
render-manifests / render-manifests (pull_request) Successful in 26s

This commit is contained in:
2026-03-29 01:44:10 +00:00
parent da271bc963
commit b2a4b90f3c

View File

@@ -18,8 +18,8 @@
{ {
"description": "Renovate tag matcher for Helm chart appVersion", "description": "Renovate tag matcher for Helm chart appVersion",
"customType": "regex", "customType": "regex",
"fileMatch": [ "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\"']+)[\"']?"
@@ -29,9 +29,9 @@
{ {
"description": "Renovate tag matcher for Helm values and templates", "description": "Renovate tag matcher for Helm values and templates",
"customType": "regex", "customType": "regex",
"fileMatch": [ "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]+))?[\"']?"
@@ -41,8 +41,8 @@
{ {
"description": "Update Helm CLI version in GitHub Actions", "description": "Update Helm CLI version in GitHub Actions",
"customType": "regex", "customType": "regex",
"fileMatch": [ "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+)"
@@ -54,8 +54,8 @@
{ {
"description": "Update Kubeconform version in GitHub Actions env", "description": "Update Kubeconform version in GitHub Actions env",
"customType": "regex", "customType": "regex",
"fileMatch": [ "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+)\""
@@ -84,7 +84,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//",
@@ -93,7 +93,7 @@
}, },
{ {
"description": "Group packages together by stripping all registry/namespace prefixes", "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}}}", "groupSlug": "unified-{{{groupName}}}",
"matchPackageNames": [ "matchPackageNames": [
"*" "*"