test-target/renovate.json
Nikolai Rodionov ecad03c1f8
dummy
2025-02-07 12:54:28 +01:00

19 lines
518 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>.*)"
],
"currentValueTemplate": "main",
"depNameTemplate": "test-source",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
"datasourceTemplate": "git-refs"
}
]
}