Skip to content

Commit

Permalink
chore(workflows): add eslint group to renovate.json (#804)
Browse files Browse the repository at this point in the history
As per title.

---------

Signed-off-by: Fuxing Loh <[email protected]>
  • Loading branch information
fuxingloh authored Feb 26, 2024
1 parent 45bcaeb commit d7f0c8e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 50 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
{
"matchPackageNames": ["^@types/.+$"],
"enabled": false
},
{
"matchPackagePatterns": ["^@eslint/", "^eslint$"],
"groupName": "@eslint"
}
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^18.19.15",
"@types/node": "^18.19.18",
"@workspace/eslint-config": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"esbuild": "^0.20.1",
Expand All @@ -31,7 +31,7 @@
"turbo": "^1.12.4",
"typescript": "5.3.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": "^18 <19",
"pnpm": "^8 <9"
Expand Down
86 changes: 38 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7f0c8e

Please sign in to comment.