add regex renovate manager to catch kaneo image
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
2026-07-04 22:50:39 +02:00
parent da023b5b13
commit 4fd0f59dac
+12
View File
@@ -11,6 +11,18 @@
] ]
}, },
"prHourlyLimit": 9, "prHourlyLimit": 9,
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"apps/.+\\.yaml$"
],
"matchStrings": [
"tag:\\s*[\"']?(?<currentValue>[^\"' \\n]+)[\"']?\\s*#\\s*renovate:\\s*(?:datasource=(?<datasource>[^\\s]+)\\s+)?depName=(?<depName>[^\\s]+)(?:\\s+registryUrl=(?<registryUrl>[^\\s]+))?"
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}"
}
],
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["usekaneo/kaneo", "ghcr.io/usekaneo/kaneo"], "matchPackageNames": ["usekaneo/kaneo", "ghcr.io/usekaneo/kaneo"],