From 0abbc29ab4ffeaea76c236bf0dbb83c2342033d1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 17 Jun 2025 17:04:06 +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 e1de03b..8dbadcc 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "ansible": { "fileMatch": [ "(.*).ya?ml$" ] }, - "gitlab-ci": { + "gitlabci": { "enabled": false } }