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/" + } + }