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:16:53 +00:00
|
|
|
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
|
2025-02-07 10:35:14 +00:00
|
|
|
],
|
2025-02-07 11:22:26 +00:00
|
|
|
"currentValueTemplate": "master",
|
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",
|
2025-02-07 11:16:53 +00:00
|
|
|
"versioningTemplate": "loose"
|
2025-02-07 10:35:14 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|