From c4b5977f0c203c0977f4cac793b5e6f00c182304 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 0c8cd996..52f7b7a0 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",