From 1de068c6bcd64decc717c77f729a9863bcbe30a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 15 Oct 2024 18:15:53 +0200 Subject: [PATCH] Enable Renovate for K8s --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 47ccb2b..f4996de 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,5 +24,8 @@ "matchCurrentVersion": "!/^0/", "automerge": true } - ] + ], + "kubernetes": { + "fileMatch": ["^charts/.+\\.ya?ml$"] + } }