Bloomberg just put this out on our public github for use by our teams publishing open source, and it includes, apparently, a bunch of housekeeping actions.
Looks for dependencies that have newer versions and provides a PR that updates them. We’re doing something similar now it seems, but dependabot is well supported and common in other ecosystems.
I guess I’m wondering what dependencies libraries have that we need to track at the moment. It’s mostly tooling like cmake and gtest as i don’t think we have much in the way of external library dependencies. But sure I guess we can discuss setting it up.