Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 892920b

Browse files
authored
chore(renovate): add node.js versions comment (#377)
1 parent ec3df45 commit 892920b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

renovate.json5

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66
automerge: false,
77
packageRules: [
88
{
9-
// Those cannot be upgraded to a major version until we drop support for Node 8
10-
packageNames: ['ava', 'nock', 'p-map', 'tempy', 'p-wait-for'],
9+
// Those cannot be upgraded to a major version
10+
packageNames: [
11+
// Requires Node.js >= 10
12+
'ava',
13+
'nock',
14+
'p-map',
15+
'tempy',
16+
// Requires Node.js >= 12
17+
'p-wait-for',
18+
],
1119
major: {
1220
enabled: false,
1321
},

0 commit comments

Comments
 (0)