Disable weekly email notifications in Enable jQuery Migrate Helper on your child site.
Snippet Type
Execute on Child Sites
Snippet
add_action('init', function() {
$timestamp = wp_next_scheduled( 'enable_jquery_migrate_helper_notification' );
wp_unschedule_event($timestamp, 'enable_jquery_migrate_helper_notification');
}, 100);