mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
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:
parent
46e2e95b32
commit
a924ad3715
1 changed files with 9 additions and 1 deletions
|
@ -313,7 +313,15 @@ const options = [
|
||||||
description: 'Configuration specifically for `package.json`>`engines`',
|
description: 'Configuration specifically for `package.json`>`engines`',
|
||||||
stage: 'packageFile',
|
stage: 'packageFile',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
default: {},
|
default: {
|
||||||
|
packageRules: [
|
||||||
|
{
|
||||||
|
packageNames: ['node'],
|
||||||
|
groupName: 'node.js',
|
||||||
|
lazyGrouping: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
cli: false,
|
cli: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue