diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..0d7e674 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @volker.raschek \ No newline at end of file diff --git a/Chart.yaml b/Chart.yaml index 55712ba..1aac041 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: renovate description: Helm chart for renovate bot type: application 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 keywords: diff --git a/renovate.json b/renovate.json index d6ec474..f041b79 100644 --- a/renovate.json +++ b/renovate.json @@ -15,5 +15,7 @@ "depNameTemplate": "docker.io/renovate/renovate", "datasourceTemplate": "docker" } - ] + ], + "rebaseLabel": "renovate/rebase", + "rebaseWhen": "behind-base-branch" } \ No newline at end of file