From b7b9d6344bab500d71e63d799459b402d8ca1b63 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 23 Mar 2021 11:47:55 +0700 Subject: [PATCH] Instruct renovate to ignore ajv updates --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index db9b3b7..f8625a3 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,8 @@ "pinVersions": false, "extends": [ "config:base" + ], + "ignoreDeps": [ + "ajv" ] }