From fb1031677e631fdc84388df00c6ee02f97439f4a Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 18 Oct 2022 11:38:32 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 6105265..f37669e 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,9 @@ "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize"], "registryAliases": { "nextcloud": "https://nextcloud.github.io/helm/" + }, + "kubernetes": { + "fileMatch": ["^tekton/[^/]*\\.yaml$"] } }