Within our organization we are utilizing GitHub for version control of all UiPath projects. As part of the repositories, we utilize a GitHub Actions CI/CD pipeline in which we have utilized the UiPath CLI for packing, analyzing, testing and deploying UiPath projects. This works great! But we have a big gap here: We lack automated dependency updates.
As far as I can tell, the UiPath CLI has nothing like the Mass Update tool in UiPath Studio. This tool also is misleading in its name, since it can only manage one directory/repository at the time.
Could there be a way to sync something like Renovate or Dependabot with the project.json files and our production tenant feed of our Orchestrator to automatically update dependencies of UiPath projects in GitHub repositories?