From 0be2be926f268ce9474566018d92071e37e8ff1c Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Fri, 29 Sep 2023 12:24:05 +0530 Subject: [PATCH] =?UTF-8?q?chore(renovate):=20=F0=9F=A7=B9=20disable=20dep?= =?UTF-8?q?endency=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 841625307..f8e47761d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": ["config:base", ":semanticCommitTypeAll(chore)"], "commitMessageAction": "⬆️ update", "ignoreDeps": ["node-fetch", "chalk"],