26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"cacheDir": "/tmp/cache",
|
|
"cacheTtlOverride": {
|
|
"datasource-git-refs": 0,
|
|
"datasource-git": 0
|
|
},
|
|
"prConcurrentLimit": 10,
|
|
"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"
|
|
}
|
|
]
|
|
}
|