From bfc505d41a09883a8eeeb70a832759d5f4651982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:17:41 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 067ae3f..eff67a4 100644 --- a/renovate.json +++ b/renovate.json @@ -4,24 +4,36 @@ "config:recommended" ], "argocd": { - "fileMatch": ["apps/templates/.+\\.yaml$"] + "managerFilePatterns": [ + "/apps/templates/.+\\.yaml$/" + ] }, "helm-values": { - "fileMatch": ["apps/templates/.+\\.yaml$"] + "managerFilePatterns": [ + "/apps/templates/.+\\.yaml$/" + ] }, "kubernetes": { - "fileMatch": ["apps/templates/.+\\.yaml$"] + "managerFilePatterns": [ + "/apps/templates/.+\\.yaml$/" + ] }, - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["apps/templates/.+\\.yaml$"], + "customType": "regex", + "managerFilePatterns": [ + "/apps/templates/.+\\.yaml$/" + ], "matchStrings": [ "repoURL: https://github.com/(?[^/]+/[^/\\.]+)\\.git\\n\\s+targetRevision: (?.*)" ], "datasourceTemplate": "github-tags" }, { - "fileMatch": ["apps/templates/.+\\.yaml$"], + "customType": "regex", + "managerFilePatterns": [ + "/apps/templates/.+\\.yaml$/" + ], "matchStrings": [ "repoURL: (?.*?)\\n\\s+targetRevision: (?[^\\s]+)\\n\\s+chart: (?[^\\s]+)" ], @@ -30,13 +42,17 @@ ], "packageRules": [ { - "matchDatasources": ["helm"], + "matchDatasources": [ + "helm" + ], "semanticCommits": "enabled", "commitMessageTopic": "helm chart {{depName}}", "separateMinorPatch": true }, { - "matchDatasources": ["github-tags"], + "matchDatasources": [ + "github-tags" + ], "semanticCommits": "enabled", "commitMessageTopic": "{{depName}}", "separateMinorPatch": true