fix: add package.json > engines > node to “node.js” group

This is so that the upgrade is combined with travis and nvm
This commit is contained in:
Rhys Arkins 2018-03-06 11:15:04 +01:00
parent 46e2e95b32
commit a924ad3715

View file

@ -313,7 +313,15 @@ const options = [
description: 'Configuration specifically for `package.json`>`engines`',
stage: 'packageFile',
type: 'json',
default: {},
default: {
packageRules: [
{
packageNames: ['node'],
groupName: 'node.js',
lazyGrouping: false,
},
],
},
mergeable: true,
cli: false,
},