From 7b325fb3c0880439142dd2afe37b527eb806f26c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Jun 2025 15:54:12 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index da8f5e1..4c50aca 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,11 @@ -{ +{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ "local>cicd/renovate" ], + "extends": [ + "local>cicd/renovate" + ], "ansible": { - "fileMatch": [ "(.*).ya?ml$" ] + "managerFilePatterns": [ + "/(.*).ya?ml$/" + ] } } -- GitLab