Skip to content

Commit

Permalink
chore(project): update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Mar 25, 2024
1 parent ade4d2d commit 09a659d
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 71 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}
],
"packageRules": [
{
"matchPackageNames": ["node", "typescript", "@types/node"],
"enabled": false
},
{
"matchPackagePatterns": ["^@contentedjs/"],
"groupName": "@contentedjs"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"@workspace/eslint-config": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"eslint": "^8.57.0",
Expand All @@ -26,7 +26,7 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"turbo": "^1.13.0",
"typescript": "5.4.2",
"typescript": "5.4.3",
"wait-for-expect": "^3.0.2"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 09a659d

Please sign in to comment.