fix(ci): adapt renovate config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-01-02 12:12:32 +01:00
parent 7fca7a2c40
commit 907a5e8848
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
3 changed files with 5 additions and 2 deletions

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @volker.raschek

View File

@ -3,7 +3,7 @@ name: renovate
description: Helm chart for renovate bot description: Helm chart for renovate bot
type: application type: application
version: 1.0.0 version: 1.0.0
appVersion: "31.11.2-slim" appVersion: "31.11.1-slim"
icon: https://avatars3.githubusercontent.com/u/38656520?s=400&v=4 icon: https://avatars3.githubusercontent.com/u/38656520?s=400&v=4
keywords: keywords:

View File

@ -15,5 +15,7 @@
"depNameTemplate": "docker.io/renovate/renovate", "depNameTemplate": "docker.io/renovate/renovate",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
} }
] ],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
} }