Skip to content

Commit 2062797

Browse files
committed
chore: update typescript in a separate group instead of ignoring it
1 parent 3976533 commit 2062797

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
],
99
"rangeStrategy": "bump",
1010
"labels": ["dependencies"],
11-
"ignoreDeps": ["typescript"]
11+
"packageRules": [
12+
{
13+
"matchDepNames": ["typescript"],
14+
"rangeStrategy": "replace",
15+
"groupName": "typescript"
16+
}
17+
]
1218
}

0 commit comments

Comments
 (0)