]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: also check for typescript updates with renovate
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 15 Sep 2023 03:48:58 +0000 (11:48 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 15 Sep 2023 03:48:58 +0000 (11:48 +0800)
renovate.json

index 3ca10e37893f4e9305d5dcf2c4839cb2231db3f0..32429266a955dda19f789b251344ed8d47f73fe6 100644 (file)
@@ -8,5 +8,12 @@
   ],
   "rangeStrategy": "bump",
   "labels": ["dependencies"],
-  "ignoreDeps": ["esbuild", "typescript", "node"]
+  "ignoreDeps": ["esbuild", "node"],
+  "packageRules": [
+    {
+      "matchDepNames": ["typescript"],
+      "rangeStrategy": "replace",
+      "groupName": "typescript"
+    }
+  ]
 }