]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: node version requirement can only be manually updated
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 5 Jul 2023 16:55:59 +0000 (00:55 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 5 Jul 2023 16:55:59 +0000 (00:55 +0800)
renovate.json

index 32f674c5ca96446148277375deceaef6d8d570fb..b1673ad7130079624ff21f37d8fafa14b8649dc5 100644 (file)
@@ -8,5 +8,5 @@
   ],
   "rangeStrategy": "bump",
   "labels": ["dependencies"],
-  "ignoreDeps": ["zx", "esbuild", "typescript"]
+  "ignoreDeps": ["zx", "esbuild", "typescript", "node"]
 }