mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +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`',
|
||||
stage: 'packageFile',
|
||||
type: 'json',
|
||||
default: {},
|
||||
default: {
|
||||
packageRules: [
|
||||
{
|
||||
packageNames: ['node'],
|
||||
groupName: 'node.js',
|
||||
lazyGrouping: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
mergeable: true,
|
||||
cli: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue