Open froschdesign opened 2 months ago
Considering that renovate will touch repositories fairly regularly with lock file updates, it should only be a problem for repositories that are stuck on failing CI, or those that have very few dependencies such as laminas-xml
, however, if the gh-pages branch is being committed during docs build, that should keep the schedule going too right?
The other problem with building the docs is figuring out current-stable - the default branch could be an un-released major like laminas-validator
right now. Looking at tags might work if we can extrapolate the current release series from that so that we can figure out the correct release branch to build for… Unsure if this is already handled.
…the default branch could be an un-released major like laminas-validator right now.
Good point.
The documentation is not updated for repositories without a new version. Changes to the documentation theme therefore do not affect the component documentation.
Example
laminas-escaper
Suggestion
Add a
schedule
event that additionally creates the documentation.I don't know if this is a problem: