3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 21:13:21 +00:00

Update renovate.json

This commit is contained in:
JesseBot 2023-08-07 15:56:47 +02:00 committed by GitHub
parent 428cb94730
commit d69a985b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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