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

This commit is contained in:
Markus Pesch 2021-10-28 22:24:33 +02:00
parent c2dd4485c3
commit bdb7f88e8c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 21 additions and 2 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: postfixadmin-fetchmail
description: Helm chart for postfixadmin's fetchmail
type: application
version: 0.1.1
appVersion: 0.1.1
version: "0.1.1"
appVersion: "0.1.1"
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
keywords:

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/volkerraschek/postfixadmin-fetchmail",
"datasourceTemplate": "docker"
}
]
}