From b47b02bebd066650c55b0d868b13b3e466290f80 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 26 Sep 2022 03:26:30 +0200 Subject: [PATCH] ci(renovate): Add other gitlab-ci.yaml files to automatic updates --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index b7d3d0e8b..63981785c 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,9 @@ "kubernetes": { "fileMatch": ["\apps/k8s01/dns/.+\.yaml$"] }, + "gitlabci": { + "fielMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] + } "regexManagers": [ { "fileMatch": ["\\.yaml$"], -- GitLab