Support automatic version upgrades

Description of the feature request

Renovate is a system that will upgrade all dependencies as they change. Its very useful because you can see whats breaking ahead of you upgrading yourself.

Its multi language too.

Flutter just got support

It supports github, bitbucket, gitlab and self hosting.

Use case / for what or how I would use it

Have a build in CI that is using your Master branch watching for dependency version changes, applies them and runs the build.
If the tests pass, you know you can upgrade your Master branch.

For example:

  1. It can watch for OS version changes, so i can see if my code is broken on MacOS as Apple release new versions. This allows me to stay ahead and make sure users when they are forced to upgrade dont have my apps breaking

  2. Same 1 as but for code dependencies

Other may have other work flow ideas / use cases.

renovate is also very easy to setup…

Hy there!

Thanks for the feature request, we will look into it! :upside_down_face:

Here’s an issue on Renovate’s GitHub: Add Bitrise ( CI provider ) manager · Issue #21957 · renovatebot/renovate · GitHub
Looks like no one is working on it. Would be amazing if Bitrise got involved officially and helped add this feature.

1 Like