Skip to content

Commit

Permalink
chore: prevent upgrade to [email protected] until plugins support
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlomoCode authored Jan 23, 2025
1 parent b9d0ba5 commit b215e35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
},
{
"depTypeList": ["dependencies"],
"matchPackageNames": [ "@types/node", "@types/express" ],
"matchPackageNames": ["@types/node", "@types/express"],
"dependencyDashboardApproval": true,
"groupName": "devDependencies"
},
{
"depTypeList": ["devDependencies"],
"dependencyDashboardApproval": true,
"groupName": "devDependencies"
},
{
"matchPackageNames": ["eslint"],
"ignoreDeps": ["9.x"]
}
]
}

0 comments on commit b215e35

Please sign in to comment.