Skip to content

Commit b215e35

Browse files
authored
chore: prevent upgrade to [email protected] until plugins support
1 parent b9d0ba5 commit b215e35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
},
1616
{
1717
"depTypeList": ["dependencies"],
18-
"matchPackageNames": [ "@types/node", "@types/express" ],
18+
"matchPackageNames": ["@types/node", "@types/express"],
1919
"dependencyDashboardApproval": true,
2020
"groupName": "devDependencies"
2121
},
2222
{
2323
"depTypeList": ["devDependencies"],
2424
"dependencyDashboardApproval": true,
2525
"groupName": "devDependencies"
26+
},
27+
{
28+
"matchPackageNames": ["eslint"],
29+
"ignoreDeps": ["9.x"]
2630
}
2731
]
2832
}

0 commit comments

Comments
 (0)