From f6b85ef7a8e07eb50008ed04f5cb6d6b394d7063 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 9 Jun 2021 00:30:22 +0200 Subject: [PATCH] chore: ignore jest upgrades (#196) --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 535b6a566f..918abb25fc 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,9 @@ "@nuxtjs" ], "ignoreDeps": [ - "docus" + "docus", + "jest", + "ts-jest" ], "lockFileMaintenance": { "enabled": true