diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index cfacf3f5d..a9f9963a2 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -49,6 +49,10 @@ "matchPackageNames": ["channels", "channels-redis", "daphne"], "groupName": "channels" }, + { + "matchPackageNames": ["node"], + "allowedVersions": "/\d+[02468]$/" + }, { "matchFiles": ["deploy/docker-compose.yml"], "matchPackageNames": ["postgres"],