Mentioned in #16687
It would be good to track dependencies more closely, we fell behind on grpc by 6 months and multiple releases.
It should be possible to run a github actions workflow scheduled once per day to check if newer releases have happened for our deps.
We already have code to check if there was a newer release date for the dependencies we have. We would need to use this method (maybe pipe in a configuration parameter) to auto-file github issues instead. Creating issues could reuse code from the deprecation create_issues method.
Mentioned in #16687
It should be possible to run a github actions workflow scheduled once per day to check if newer releases have happened for our deps.
We already have code to check if there was a newer release date for the dependencies we have. We would need to use this method (maybe pipe in a configuration parameter) to auto-file github issues instead. Creating issues could reuse code from the deprecation create_issues method.