2025-02-07 10:35:14 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2025-02-07 12:04:12 +00:00
|
|
|
"cacheTtlOverride": {
|
|
|
|
"datasource-git-refs": 1
|
|
|
|
},
|
2025-02-07 11:57:23 +00:00
|
|
|
"prConcurrentLimit": 1,
|
|
|
|
"prHourlyLimit": 0,
|
2025-02-07 10:35:14 +00:00
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [
|
|
|
|
"helmfile.yaml"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
2025-02-07 11:55:27 +00:00
|
|
|
"(.*)ref=(?<currentDigest>.*)"
|
2025-02-07 10:35:14 +00:00
|
|
|
],
|
2025-02-07 11:52:54 +00:00
|
|
|
"currentValueTemplate": "main",
|
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",
|
2025-02-07 11:54:28 +00:00
|
|
|
"datasourceTemplate": "git-refs"
|
2025-02-07 10:35:14 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|