diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml
index b41c14a8bbe8c78fc157ab2dc889ef503967ccb7..7c4fdd0697365c9d440715a48eae7f10990a194d 100644
--- a/infrastructure/ingress-nginx/release.yaml
+++ b/infrastructure/ingress-nginx/release.yaml
@@ -11,6 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx
+      # renovate: helmRepo=https://kubernetes.github.io/ingress-nginx depName=ingress-nginx
       version: 4.0.5
   interval: 5m
   values:
@@ -76,7 +77,7 @@ spec:
       ## Allows customization of the configmap / nginx-configmap namespace
       ##
       configMapNamespace: ""   # defaults to $(POD_NAMESPACE)
-      
+
       # Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
       config:
         enable-modsecurity: "true"