From 25ce23cc1f9dbf943e9e21da8e695f25d5a3513c Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 18 Oct 2022 12:05:10 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3f82b41..3755faa 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,10 @@ "dockerfile": { "fileMatch": ["Containerfile"] }, - "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize"], + "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "helmv3", "kustomize", "regex"], + "git-submodules": { + "enabled": true + }, "registryAliases": { "nextcloud": "https://nextcloud.github.io/helm/" },