chore(renovate): Configure nodejs updates to only even numbers

This commit is contained in:
Georg Krause 2022-11-09 08:43:23 +01:00
parent 6ecaa8bc83
commit fb001ad086
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
"matchPackageNames": ["channels", "channels-redis", "daphne"],
"groupName": "channels"
},
{
"matchPackageNames": ["node"],
"allowedVersions": "/\d+[02468]$/"
},
{
"matchFiles": ["deploy/docker-compose.yml"],
"matchPackageNames": ["postgres"],