test-target/renovate.json

19 lines
529 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:01:11 +00:00
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
2025-02-07 10:35:14 +00:00
],
2025-02-07 11:02:51 +00:00
"currentValueTemplate": "{currentDigest}",
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 10:54:35 +00:00
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
2025-02-07 10:35:14 +00:00
}
]
}