19 lines
538 B
JSON
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::"
|
|
}
|
|
]
|
|
}
|