From a7d9fc28aa028c89d849f8c73cca43831558bcb7 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 27 Dec 2023 12:50:21 +0300 Subject: [PATCH] ci: remove `npmrc` property from `renovate.json` (#825) --- .github/renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f2f35cec3..cbf523c6e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>taiga-family/renovate-config"], - "npmrc": "workspaces=true\ninclude-workspace-root=true", "postUpgradeTasks": { "commands": [ "echo 'TODO: workaround for https://github.com/npm/cli/issues/7019'",