mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-06 00:52:42 +00:00
Remove Renovate postUpgrade commands (#36223)
This commit is contained in:
parent
66afc13b7f
commit
b1c91d885a
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user