diff --git a/renovate.json b/renovate.json index 7b8118304..94b93d689 100644 --- a/renovate.json +++ b/renovate.json @@ -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=(?\\S+)\\s+depName=(?\\S+)(?:\\s+versioning=(?\\S+))?\\r?\\n\\s*tag:\\s*[\"']?(?[^@\\s\"']+)(?:@(?sha256:[a-f0-9]+))?[\"']?" + "#\\s*renovate:\\s*datasource=(?\\S+)\\s+depName=(?\\S+)(?:\\s+versioning=(?\\S+))?\\s+tag:\\s*[\"']?(?[^@\\s\"']+)(?:@(?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?(?\d+)\.(?\d+)\.(?\d+)-ls(?\d+)$", + "versioning": "regex:^v?(?\\d+)\\.(?\\d+)\\.(?\\d+)-ls(?\\d+)$", "matchPackageNames": [ "/^linuxserver//", - "/^ghcr\.io/linuxserver//", - "/^lscr\.io/linuxserver//" + "/^ghcr\\.io/linuxserver//", + "/^lscr\\.io/linuxserver//" ] }, {