Remove Renovate postUpgrade commands (#36223)

This commit is contained in:
Renaud Chaput 2025-09-22 14:44:16 +02:00 committed by GitHub
parent 66afc13b7f
commit b1c91d885a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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