test-target/renovate.json
Nikolai Rodionov 1acd3a3f1e
test
2025-02-07 11:54:35 +01:00

18 lines
483 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>.*)$"
],
"depNameTemplate": "test-source",
"datasourceTemplate": "github-refs",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
}
]
}