From 108127715cdcdb5eee116743976101f43acd6741 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 May 2025 13:12:44 +0000 Subject: [PATCH] chore(config): migrate config .renovaterc.json --- .renovaterc.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index fe5a88c..4f7df14 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,7 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>infrastructure/renovate-config"], + "extends": [ + "local>infrastructure/renovate-config" + ], "argocd": { - "fileMatch": ["\\.yml$"] + "managerFilePatterns": [ + "/\\.yml$/" + ] } }