test-target/renovate.json
Nikolai Rodionov e556747cf3
dummy
2025-02-07 12:24:51 +01:00

20 lines
555 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",
"datasourceTemplate": "git-refs",
"depNameTemplate": "test-source",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
"versioningTemplate": "loose"
}
]
}