Skip to content

Commit

Permalink
Merge pull request #186 from tokku5552/release/gha_20230825150549
Browse files Browse the repository at this point in the history
[bot(create_release_pr)]: created at 20230825150549
  • Loading branch information
tokku5552 authored Aug 25, 2023
2 parents d7e83a7 + d43e76a commit 0f9e680
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 534 deletions.
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-"]
}
]
}
Loading

0 comments on commit 0f9e680

Please sign in to comment.