mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"repositories": [
|
|
"jessebot/mastodon-helm-chart"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"datasourceTemplate": "docker",
|
|
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
|
"matchStrings": [
|
|
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
|
|
]
|
|
}
|
|
]
|
|
}
|