From 9cfa9bf704c23bec492f6820d64eabbc9ddf1bb4 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 26 Sep 2022 03:38:44 +0200 Subject: [PATCH] ci(renovate): Fix config key name --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 16062e688..9e7c56002 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,7 @@ "fileMatch": ["\apps/k8s01/dns/.+\.yaml$"] }, "gitlabci": { - "fielMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] + "fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] }, "regexManagers": [ { -- GitLab