diff --git a/renovate.json b/renovate.json
index 70fbf6501a77c71f7f5faa476bbc18c566fc08fc..3644c8c9361cc137031cbd352145bb7f4dade9be 100644
--- a/renovate.json
+++ b/renovate.json
@@ -5,5 +5,12 @@
     ],
     "npm": {
         "enabled": false
-    }
+    },
+    "packageRules": [
+        {
+            "matchDepNames": ["node"],
+            "matchFiles": ["frontend/Dockerfile", ".gitlab-ci.yml"],
+            "allowedVersions": "!/^\d*[13579](-.*)?$/"
+        }
+    ]
 }