From 9ec0603e19afa5debb9d832ca4b0490019782705 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 28 Feb 2025 14:29:40 +0000 Subject: [PATCH] Renovate add argocd match Signed-off-by: Martyn Ranyard --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 7190a60..8b8626a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "argocd": { + "fileMatch": ["everything-app/.+\\.yaml$"] + } }