fix(renovate): init
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2021-10-28 22:55:12 +02:00
parent 3ad5ee6342
commit 7b797c741b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 20 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: roundcube
description: Helm chart for roundcube
type: application
version: 0.1.0
version: "0.1.0"
appVersion: "1.4.11-apache"
icon: https://upload.wikimedia.org/wikipedia/commons/e/e3/Roundcube_logo_icon.svg

19
renovate.json Normal file
View File

@ -0,0 +1,19 @@
{
"$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"
}
]
}