Skip to content

Commit 5375607

Browse files
committed
chore: also check for typescript updates with renovate
1 parent b0e67c1 commit 5375607

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

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

0 commit comments

Comments
 (0)