test-target/renovate.json

26 lines
631 B
JSON
Raw Normal View History

2025-02-07 10:35:14 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2025-02-07 12:07:30 +00:00
"cacheDir": "/tmp/cache",
2025-02-07 12:04:12 +00:00
"cacheTtlOverride": {
2025-02-07 12:05:47 +00:00
"datasource-git-refs": 0,
"datasource-git": 0
2025-02-07 12:04:12 +00:00
},
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
}
]
}