Skip to content

Commit cc70fd4

Browse files
committed
chore: disable deps for renovate
1 parent b146e94 commit cc70fd4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/renovate.json5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717
"esbuild",
1818
"rollup",
1919
"@vue/compiler-sfc",
20+
"node",
2021

21-
// breaks since "3.0.1", need futher investigate
22+
// breaking changes
23+
"source-map",
24+
"react-refresh",
25+
26+
// breaks since "3.0.1", needs futher investigate
2227
"postcss-load-config"
2328
]
2429
}

0 commit comments

Comments
 (0)