From: Haoqun Jiang Date: Tue, 16 Aug 2022 11:09:08 +0000 (+0800) Subject: chore: don't automatically bump esbuild & typescript versions X-Git-Tag: v3.3.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1ced075b6395555e14cbde13a8aa9ef33403f7;p=thirdparty%2Fvuejs%2Fcreate-vue.git 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) --- diff --git a/renovate.json b/renovate.json index e56146c2..cfd61b1f 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,5 @@ "node": false, "rangeStrategy": "bump", "labels": ["dependencies"], - "ignoreDeps": [ - "zx" - ] + "ignoreDeps": ["zx", "esbuild", "typescript"] }