test-target/renovate.json
Nikolai Rodionov 0f2ae05607
dummy
2025-02-07 12:08:24 +01:00

19 lines
525 B
JSON

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