From b1c91d885ae0e41221a49e3316af252053abf9ca Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Mon, 22 Sep 2025 14:44:16 +0200 Subject: [PATCH] Remove Renovate postUpgrade commands (#36223) --- .github/renovate.json5 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ae55152585..c1a1c99eb7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,11 +18,6 @@ postUpdateOptions: ['yarnDedupeHighest'], // The types are now included in recent versions,we ignore them here until we upgrade and remove the dependency ignoreDeps: ['@types/emoji-mart'], - postUpgradeTasks: { - // If JS deps are changed, then copy the MSW worker file, as it needs to be in sync with the version of MSW installed) - commands: ['yarn', 'yarn msw:updateWorker'], - fileFilters: ['yarn.lock'], - }, packageRules: [ { // Require Dependency Dashboard Approval for major version bumps of these node packages