test-target/renovate.json

21 lines
604 B
JSON
Raw Normal View History

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:45:20 +00:00
"currentValueTemplate": "main",
2025-02-07 11:32:31 +00:00
"lookupNameTemplate": "refs/heads/master",
2025-02-07 11:02:02 +00:00
"datasourceTemplate": "git-refs",
2025-02-07 11:24:51 +00:00
"depNameTemplate": "test-source",
2025-02-07 11:43:04 +00:00
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
"versioningTemplate": "loose"
2025-02-07 10:35:14 +00:00
}
]
}