21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"prConcurrentLimit": 1,
|
|
"prHourlyLimit": 0,
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"helmfile.yaml"
|
|
],
|
|
"matchStrings": [
|
|
"(.*)ref=(?<currentDigest>.*)"
|
|
],
|
|
"currentValueTemplate": "main",
|
|
"depNameTemplate": "test-source",
|
|
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
|
"datasourceTemplate": "git-refs"
|
|
}
|
|
]
|
|
}
|