Open paul-hammant opened 3 years ago
Technology shows what upgrades could be made to deps.
Technology attempts to upgrade on dependency at a time, in cloud/CI time, then run a build, then propose a pull request if the the build is successful.
To break that down:
Dependency-track would attempt to upgrade in a cloned dir like Maven's versions plugin: https://www.mojohaus.org/versions-maven-plugin
Dependency-track would attempt to run a build and if successful to do a commit then make a pull-request
Sounds like Dependabot or renovatebot for me. Renovate can be self-hosted.
Dependabot is currently implemented. I believe this issue can be closed.
Current Behavior:
Technology shows what upgrades could be made to deps.
Proposed Behavior:
Technology attempts to upgrade on dependency at a time, in cloud/CI time, then run a build, then propose a pull request if the the build is successful.
To break that down:
Dependency-track would attempt to upgrade in a cloned dir like Maven's versions plugin: https://www.mojohaus.org/versions-maven-plugin
Dependency-track would attempt to run a build and if successful to do a commit then make a pull-request