This commit is contained in:
parent
3ad5ee6342
commit
7b797c741b
@ -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
19
renovate.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user