Skip to content

Commit 49c8f24

Browse files
authored
chore(*): group react types with monorepo (#825)
1 parent 91b8982 commit 49c8f24

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
33
"rangeStrategy": "bump",
4-
"rebaseWhen": "conflicted"
4+
"rebaseWhen": "conflicted",
5+
"packageRules": [
6+
{
7+
"matchPackageNames": [
8+
"@types/react",
9+
"@types/react-dom",
10+
"@types/react-test-renderer"
11+
],
12+
"groupName": "react monorepo"
13+
}
14+
]
515
}

0 commit comments

Comments
 (0)