From 090be2d6005434abe12b528cafc13770136920db Mon Sep 17 00:00:00 2001 From: ced Date: Thu, 27 Oct 2022 16:52:21 +0200 Subject: [PATCH] chore: ignore js-beautify updates in renovate Until https://github.com/vuejs/test-utils/pull/1834 is resolved, we exclude js-beautify from renovate updates. --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cef9edbd4..32d9ec60a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,8 @@ "prConcurrentLimit": 1, // auto-merge if build is OK "automerge": true, + // ignore js-beautify updates until https://github.com/vuejs/test-utils/pull/1834 is resolved + "ignoreDeps": ["js-beautify"], "packageRules": [ // group vitest packages update {