From 451c86bb9dc5a643978979dadc1591d003ee98f2 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 12 Oct 2021 14:18:43 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .gitlab/issue_templates/new_app.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md index 676f16c09..97acab16c 100644 --- a/.gitlab/issue_templates/new_app.md +++ b/.gitlab/issue_templates/new_app.md @@ -50,6 +50,8 @@ Add app to following stages in `.gitlab-ci.yml`: version: 0.3.6 ``` + **Note**: the order of these lines is important for renovatebot's regular expression to match them. + For adding the registryUrl automatically, you could use the [renovate-helm-releases](https://github.com/k8s-at-home/renovate-helm-releases) script: -- GitLab