Skip to content

Commit e63fe1f

Browse files
authored
chore: ignore major updates for 'open' and 'inquirer' (#1970)
1 parent 352a960 commit e63fe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packageRules: [
77
{
88
// Those cannot be upgraded to a major version until we drop support for Node 10
9-
packageNames: ['path-type'],
9+
packageNames: ['path-type', 'open', 'inquirer'],
1010
major: {
1111
enabled: false,
1212
},

0 commit comments

Comments
 (0)