Skip to content

Commit

Permalink
Merge pull request #184 from tokku5552/fix/renovate-config
Browse files Browse the repository at this point in the history
fix: configuration
  • Loading branch information
tokku5552 authored Aug 24, 2023
2 parents 2b0e06a + 393a5b2 commit db1c71d
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 db1c71d

Please sign in to comment.