Skip to content

Commit c849667

Browse files
committed
chore: update renovate config
1 parent 2ed7b2c commit c849667

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json5

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@
99
"pin": false,
1010
"rangeStrategy": "bump",
1111
"node": false,
12+
"packageRules": [
13+
{
14+
"depTypeList": ["peerDependencies"],
15+
"enabled": false
16+
}
17+
],
1218
"ignoreDeps": [
1319
// manually bumping
1420
"esbuild",
1521
"rollup",
16-
"@vue/compiler-sfc",
1722
"node",
23+
"ts-node",
24+
"typescript",
1825

1926
// breaking changes
2027
"source-map",

0 commit comments

Comments
 (0)