From 855b1f5b8d16c0551a3d41d9cf443862c6503b8b Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 18 Oct 2022 11:29:13 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8a2a36a..dc97b27 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,6 @@ ], "dockerfile": { "fileMatch": ["Containerfile"] - } + }, + "enabledManagers": ["ansible", "ansible-galaxy", "dockerfile", "git-submodules", "kustomize"] }