2025-02-07 10:35:14 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
|
|
|
"helmfile.yaml"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
2025-02-07 11:14:28 +00:00
|
|
|
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentValue>.*)"
|
2025-02-07 10:35:14 +00:00
|
|
|
],
|
|
|
|
"depNameTemplate": "test-source",
|
2025-02-07 11:02:02 +00:00
|
|
|
"datasourceTemplate": "git-refs",
|
2025-02-07 11:14:28 +00:00
|
|
|
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
|
|
|
"versioningTemplate": "loose",
|
|
|
|
"replaceString": "{{indentation}}{{commitSHA}}"
|
2025-02-07 10:35:14 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|