Disable Mac App Store notifications

Since App Store isn’t listed under System Preferences > Notifications, here’s a workaround that indirectly disables its notifications by setting the “last” update far into the future.

defaults write \
  com.apple.appstored LastUpdateNotification \
  -date "2099-12-12 12:00:00 +0000"