From 4fd0f59dacb920b3d43a4d4ee3f466ac1fcc94e1 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 4 Jul 2026 22:50:15 +0200 Subject: [PATCH] add regex renovate manager to catch kaneo image --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index ba431f0..7876937 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,18 @@ ] }, "prHourlyLimit": 9, + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "apps/.+\\.yaml$" + ], + "matchStrings": [ + "tag:\\s*[\"']?(?[^\"' \\n]+)[\"']?\\s*#\\s*renovate:\\s*(?:datasource=(?[^\\s]+)\\s+)?depName=(?[^\\s]+)(?:\\s+registryUrl=(?[^\\s]+))?" + ], + "datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}" + } + ], "packageRules": [ { "matchPackageNames": ["usekaneo/kaneo", "ghcr.io/usekaneo/kaneo"],