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"],