test-target/renovate.json
Nikolai Rodionov b04fda7793
dummy
2025-02-07 12:07:35 +01:00

19 lines
524 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"helmfile.yaml"
],
"matchStrings": [
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentValue>.*)"
],
"currentDigest": "{{ currentValue }}",
"depNameTemplate": "test-source",
"datasourceTemplate": "git-refs",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
}
]
}