ci: remove custom renovate config

This commit is contained in:
Stefan Reimer 2024-07-23 13:08:58 +00:00
parent 8829a817eb
commit 80ab8026c0

View File

@ -17,16 +17,6 @@
"bumpVersion": "patch" "bumpVersion": "patch"
} }
], ],
"customManagers": [
{
"fileMatch": ["Chart.yaml$"],
"matchStrings": [
"#!\\s+renovate:\\s+datasource=(?<datasource>docker)\\s+name:\\s+['\"]?(?<product>[^'\"\\s]+)['\"]?\\s+repository:\\s+['\"]?oci://(?<namespace>[^'\"\\s]+)['\"]?\\s+version:\\s+['\"]?(?<currentValue>[^'\"\\s]+)['\"]?"
],
"depNameTemplate": "{{product}}",
"packageNameTemplate": "{{namespace}}/{{product}}"
}
],
"ignorePaths": ["charts/*/charts/**"], "ignorePaths": ["charts/*/charts/**"],
"enabledManagers": ["dockerfile", "helmv3", "helm-values"] "enabledManagers": ["dockerfile", "helmv3", "helm-values"]
} }