From b3545ec35935ee82c21d568ca617d62f98a96d99 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 27 Dec 2023 13:22:16 +0300 Subject: [PATCH] ci: add `postUpgradeTasks.fileFilters` property to `renovate.json` (#828) --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index cbf523c6e..f1b3fcd65 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,7 @@ "echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'", "npm i --workspaces --include-workspace-root" ], - "executionMode": "branch" + "executionMode": "branch", + "fileFilters": ["package-lock.json"] } }