sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

allow dependabot to bump cargo dependencies #68

Closed danieleades closed 1 year ago

danieleades commented 1 year ago

allows dependabot to also manage cargo dependencies.

This has the potential to be a bit noisy, since this is a binary (as opposed to a library), which means any change to deps can result a new PR, not just major changes. To mitigate this, i've clamped the frequency to monthly checks.