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 + } }