Skip to content

Commit 0514a87

Browse files
committed
chore: don't automatically bump esbuild & typescript versions
They might contain breaking changes in minor versions (esbuild is pre-1.0, TypeScript doesn't follow semver strictly)
1 parent d90d1e4 commit 0514a87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
"node": false,
1111
"rangeStrategy": "bump",
1212
"labels": ["dependencies"],
13-
"ignoreDeps": [
14-
"zx"
15-
]
13+
"ignoreDeps": ["zx", "esbuild", "typescript"]
1614
}

0 commit comments

Comments
 (0)