22 lines
697 B
JSON
22 lines
697 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>.*)"
|
|
],
|
|
"autoReplaceStringTemplate": "{{indentation}}path: git::{{repoURL}}ref={{newDigest}}",
|
|
"currentValueTemplate": "main",
|
|
"lookupNameTemplate": "refs/heads/master",
|
|
"datasourceTemplate": "git-refs",
|
|
"depNameTemplate": "test-source",
|
|
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
|
"versioningTemplate": "loose"
|
|
}
|
|
]
|
|
}
|