From f04dde7e646afea1d4b68fdee8db7dcf9bfa2f87 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 17 Jun 2025 17:57:50 +0200 Subject: [PATCH] fix(ci): use central config --- renovate.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 8dbadcc..91260cb 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,4 @@ -{ +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ "local>cicd/renovate" ], - "ansible": { - "fileMatch": [ "(.*).ya?ml$" ] - }, - "gitlabci": { - "enabled": false - } + "extends": [ "local>cicd/renovate:ansible" ] }