|
|
|
|
@@ -3,7 +3,10 @@
|
|
|
|
|
"extends": [
|
|
|
|
|
"config:recommended",
|
|
|
|
|
"mergeConfidence:all-badges",
|
|
|
|
|
":rebaseStalePrs"
|
|
|
|
|
":rebaseStalePrs",
|
|
|
|
|
"group:recommended",
|
|
|
|
|
"group:monorepos",
|
|
|
|
|
"group:kubernetesMonorepo"
|
|
|
|
|
],
|
|
|
|
|
"timezone": "America/Chicago",
|
|
|
|
|
"labels": [],
|
|
|
|
|
@@ -16,33 +19,23 @@
|
|
|
|
|
],
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"description": "Renovate tag matcher for Helm chart appVersion",
|
|
|
|
|
"description": "Generic Renovate tag matcher for Helm",
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": [
|
|
|
|
|
"(^|/)Chart\\.yaml$"
|
|
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
|
|
|
|
"#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)(?:\\s+versioning=(?<versioning>\\S+))?\\s+appVersion:\\s*[\"']?(?<currentValue>[^\\s\"']+)[\"']?"
|
|
|
|
|
],
|
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Renovate tag matcher for Helm values and templates",
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": [
|
|
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"(^|/)Chart\\.yaml$",
|
|
|
|
|
"(^|/)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]+))?[\"']?"
|
|
|
|
|
"#\\s*renovate:\\s*datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)(?:\\s+versioning=(?<versioning>[^\\s]+))?\\s*[a-zA-Z0-9_-]+:\\s*[\"']?(?<currentValue>[^\"'\\s]+(?:@sha256:[a-f0-9]+)?)[\"']?"
|
|
|
|
|
],
|
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}docker{{/if}}"
|
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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 +47,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+)\""
|
|
|
|
|
@@ -75,38 +68,38 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Universal dynamic labeling by datasource",
|
|
|
|
|
"addLabels": [
|
|
|
|
|
"{{{datasource}}}"
|
|
|
|
|
],
|
|
|
|
|
"matchPackageNames": [
|
|
|
|
|
"*"
|
|
|
|
|
],
|
|
|
|
|
"addLabels": [
|
|
|
|
|
"{{{datasource}}}"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Versioning for LinuxServer images",
|
|
|
|
|
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$",
|
|
|
|
|
"matchPackageNames": [
|
|
|
|
|
"/^linuxserver//",
|
|
|
|
|
"/^ghcr\\.io/linuxserver//",
|
|
|
|
|
"/^lscr\\.io/linuxserver//"
|
|
|
|
|
"/^linuxserver\\//",
|
|
|
|
|
"/^ghcr\\.io/linuxserver\\//",
|
|
|
|
|
"/^lscr\\.io/linuxserver\\//"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Group packages together by stripping all registry/namespace prefixes",
|
|
|
|
|
"groupName": "{{#if packageName}}{{{replace '^.*\/([^\/]+)$' '$1' packageName}}}{{else}}{{{replace '^.*\/([^\/]+)$' '$1' depName}}}{{/if}}",
|
|
|
|
|
"groupSlug": "unified-{{{groupName}}}",
|
|
|
|
|
"matchPackageNames": [
|
|
|
|
|
"matchManagers": [
|
|
|
|
|
"*"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"groupName": "{{#if packageName}}{{{replace '^.*?/(.*)$' '$1' packageName}}}{{else}}{{{replace '^.*?/(.*)$' '$1' depName}}}{{/if}}",
|
|
|
|
|
"groupSlug": "unified-{{{groupName}}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Group for specific apps",
|
|
|
|
|
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
|
|
|
|
|
"groupSlug": "unified-{{{groupName}}}",
|
|
|
|
|
"matchPackageNames": [
|
|
|
|
|
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
|
|
|
|
|
"/^rook(-ceph|/rook|/ceph)/"
|
|
|
|
|
]
|
|
|
|
|
"/^rook(-ceph|\\/rook|\\/ceph)/"
|
|
|
|
|
],
|
|
|
|
|
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
|
|
|
|
|
"groupSlug": "unified-{{{groupName}}}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Automerge helm chart lock files",
|
|
|
|
|
|