How could I schedule the website to build it daily?

I already build the website but I would like to see if the website is compactible with the latest dependency. Therefore I would like the website to be built by Netlify on a daily basis (with the latest dependency).

So I wonder if

  • Is there an option to schedule the build on a daily/weekly basis?
  • If yes, how could I get notified if build failed?

Thanks

There’s an interesting article about the same here: How to Update Dependencies Safely and Automatically with GitHub Actions and Renovate

TL;DR: you need to setup GitHub Actions, nothing that you can do on Netlify end.