chore(config): migrate Renovate config #5258
@@ -18,8 +18,8 @@
|
||||
{
|
||||
"description": "Renovate tag matcher for Helm chart appVersion",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"(^|/)Chart\\.yaml$"
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)Chart\.yaml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"#\\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",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"(^|/)values\\.yaml$",
|
||||
"(^|/)templates/.*\\.yaml$"
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)values\.yaml$/",
|
||||
"/(^|/)templates/.*\.yaml$/"
|
||||
],
|
||||
"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]+))?[\"']?"
|
||||
@@ -41,8 +41,8 @@
|
||||
{
|
||||
"description": "Update Helm CLI version in GitHub Actions",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/^\.github/workflows/.*\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"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",
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
"managerFilePatterns": [
|
||||
"/^\.github/workflows/.*\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
|
||||
@@ -84,7 +84,7 @@
|
||||
},
|
||||
{
|
||||
"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//",
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
{
|
||||
"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}}}",
|
||||
"matchPackageNames": [
|
||||
"*"
|
||||
|
||||
Reference in New Issue
Block a user