Skip to content

Commit

Permalink
fix: configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tokku5552 committed Aug 24, 2023
1 parent 2b0e06a commit 393a5b2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,23 @@
"assignees": ["tokku5552"],
"major": {
"enabled": false
}
},
"packageRules": [
{
"groupName": "linters",
"extends": ["packages:linters"],
"packageNames": ["prettier"],
"packagePatterns": ["^@typescript-eslint/"]
},
{
"groupName": "jest",
"matchPackageNames": ["jest", "ts-jest"],
"matchPackagePrefixes": ["jest-"]
},
{
"groupName": "react",
"matchPackageNames": ["react", "react-dom"],
"matchPackagePrefixes": ["react-"]
}
]
}

0 comments on commit 393a5b2

Please sign in to comment.