From fafc2d6d944b9cbb1bcc5e179e2496c570e2e903 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 17 Jun 2025 17:04:12 +0200 Subject: [PATCH] fix(ci): renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4ab3a85..220f350 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ ], "fileMatch": [ "(.*).ya?ml$" ] }, - "gitlab-ci": { + "gitlabci": { "enabled": false } }