This commit is contained in:
parent
22f8ac10c6
commit
2509b63063
@ -3,7 +3,7 @@ name: renovate
|
||||
description: Helm chart for renovate bot
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: 28.14.0-slim
|
||||
appVersion: "28.13.0-slim"
|
||||
icon: https://avatars3.githubusercontent.com/u/38656520?s=400&v=4
|
||||
|
||||
keywords:
|
||||
|
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 renovate container image reference",
|
||||
"fileMatch": [
|
||||
"^Chart\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
||||
],
|
||||
"depNameTemplate": "docker.io/renovate/renovate",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user