Remove Renovate postUpgrade commands (#36223)
This commit is contained in:
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -18,11 +18,6 @@
|
|||||||
postUpdateOptions: ['yarnDedupeHighest'],
|
postUpdateOptions: ['yarnDedupeHighest'],
|
||||||
// The types are now included in recent versions,we ignore them here until we upgrade and remove the dependency
|
// The types are now included in recent versions,we ignore them here until we upgrade and remove the dependency
|
||||||
ignoreDeps: ['@types/emoji-mart'],
|
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: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
// Require Dependency Dashboard Approval for major version bumps of these node packages
|
// Require Dependency Dashboard Approval for major version bumps of these node packages
|
||||||
|
|||||||
Reference in New Issue
Block a user