From aebc2ef483e72dad8d0431be7f549e6a058627b1 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 18 Oct 2022 11:34:20 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dc97b27..1fa00a5 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,9 @@ "dockerfile": { "fileMatch": ["Containerfile"] }, - "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "kustomize"] + "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "kustomize"], + "registryAliases": { + "nextcloud": "https://nextcloud.github.io/helm/" + } + }