From 3b05c698256efa453a6a18d8753d100c066cad68 Mon Sep 17 00:00:00 2001 From: Oleksandr Bordun Date: Fri, 31 May 2024 17:43:02 +0200 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7678f2b..53c6cd2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,5 +10,8 @@ "matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"], "groupName": "GitHub Actions Toolkit" } - ] + ], + "nvm": { + "enabled": false + } }