commit 08a70292d93b1e0da9a0dcdc116a64b0a0a97fed parent 36063bed381824222e463a787fae9c271adb6ade Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Oct 2024 19:35:06 +0200 Add flux support Diffstat:
| M | .github/renovate.json | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/renovate.json b/.github/renovate.json @@ -5,6 +5,7 @@ "enabledManagers": [ "github-actions", "helm-values", - "helmv3" + "helmv3", + "flux" ] }