From bedbe88b3742d28b1a735749dafbbc98be403216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 15 Oct 2024 18:22:11 +0200 Subject: [PATCH] Enable Kubernetes API updates --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 11acdbfd..0f7f1185 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -27,5 +27,8 @@ "matchUpdateTypes": ["!major"], "automerge": true } - ] + ], + "kubernetes": { + "fileMatch": ["^charts/.+\\.ya?ml$"] + } }