At the moment this repository does not have good automation for maintenance. Do these actions regularly.
-
Check the open PRs and merge those that pass tests.
-
Update transitive dependencies:
- Check out main branch
- Create new branch
- Run
cargo update
- Commit changes
- Push the branch
- Create a PR
- Get reviews
- Merge the PR.