Multiscrape specific hour/time interval possible?

Is it possible in multiscrape to set a specific time/interval to run the yaml/scrape?

For now i always use something like “scan_interval: 14400” but it would be nice and easier to predict when data gets scraped.
So for example every hour of the day: (00:00, 01:00, 02:00, …)

I know you can create that part with an automation (which runs every hour of the day). But can this be implemented into the yaml for the multiscrape code to replace the “scan_interval” part?

I tried to remove that line and let the automation trigger/update the entity but that didnt do anything. But i dont know if its possible to trigger the yaml/scrape via the automation?