Skip to content

Commit

Permalink
chore: add more packages to Renovate's blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise committed Dec 6, 2024
1 parent f5eeaad commit 7053fa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
},
"//dependencies": {
"antd": "V5: significant rewrite required",
"cheerio": "V1: requires Node 18"
"cheerio": "V1: requires Node 18",
"react": "V19: requires antd 5",
"web2driver": "3.0.5: does not load"
},
"dependencies": {
"@reduxjs/toolkit": "2.4.0",
Expand Down Expand Up @@ -89,7 +91,9 @@
"xpath": "0.0.34"
},
"//devDependencies": {
"eslint": "V9: need to wait for plugins to support it"
"@eslint/compat": "1.2.0: peer dependency on ESLint 9",
"eslint": "V9: need support in Appium's config",
"vite": "V6: need support in electron-vite"
},
"devDependencies": {
"@appium/docutils": "1.0.26",
Expand Down
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
"automerge": true
},
{
"matchPackageNames": ["antd", "cheerio", "eslint"],
"matchPackageNames": ["antd", "cheerio", "eslint", "react", "vite"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["@eslint/compat", "web2driver"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"matchPackageNames": ["appium", "@appium/**"],
"groupName": "Appium-related packages",
Expand Down

0 comments on commit 7053fa4

Please sign in to comment.