Automatically update nested books

We’ve implemented an improved way of updating nested books. Now it’s possible to automatically check for updates of your nested books and to enforce updates without the need to clone your books and all of its submodules!

Using the out-of-the box GitHub Dependabot, applied to our specific case of nested books, you can make this possible yourself! This is described in our manual! There are options to set the interval on checking for updates or a manual trigger. If there’s an update, a pull request will be created in your repository listing the new commits. In combination with the deploy-book-workflow you can easily preview the update in your browser

Scroll to Top