roundcube-charts/renovate.json

19 lines
502 B
JSON
Raw Normal View History

2021-10-28 20:55:12 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"regexManagers": [
{
"description": "Update container image reference",
"fileMatch": [
"^Chart\\.yaml$"
],
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"depNameTemplate": "docker.io/roundcube/roundcubemail",
"datasourceTemplate": "docker"
}
]
}