test-target/renovate.json
Nikolai Rodionov 84b7ad96e6
test
2025-02-07 11:35:14 +01:00

19 lines
538 B
JSON

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