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 10:54:35 +00:00
|
|
|
"^(?<indentation>\s*-\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)$"
|
2025-02-07 10:35:14 +00:00
|
|
|
],
|
|
|
|
"depNameTemplate": "test-source",
|
|
|
|
"datasourceTemplate": "github-refs",
|
2025-02-07 10:54:35 +00:00
|
|
|
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
|
2025-02-07 10:35:14 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|