3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00
mastodon-chart-mirror/.github/renovate.json
2023-08-07 15:56:47 +02:00

15 lines
316 B
JSON

{
"repositories": [
"jessebot/mastodon-helm-chart"
]
"regexManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
]
}
]
}