From a888337026e4103f6574266ce9f55645be011d89 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 19 Sep 2021 03:11:26 +0800 Subject: [PATCH] chore: update renovate config --- .github/renovate.json5 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0c8cd9960d72a3..52f7b7a0d4c7a0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,12 +9,19 @@ "pin": false, "rangeStrategy": "bump", "node": false, + "packageRules": [ + { + "depTypeList": ["peerDependencies"], + "enabled": false + } + ], "ignoreDeps": [ // manually bumping "esbuild", "rollup", - "@vue/compiler-sfc", "node", + "ts-node", + "typescript", // breaking changes "source-map",