Dependencies update process
Description
Process run commands and update files with defined versions in the provided file and create PR with changes.
Modules
- Gradle Versions Plugin which check dependencies version and generate report
- Command in
flank-scripts
which update dependencies versions - Github action job which runs dependencies check every Monday at 5 AM UTC or on-demand
Usage
Manually (root directory)
- Generate report using command
./gradlew dependencyUpdates -DoutputFormatter=json -DoutputDir=.
- Build flank scripts using script
./flank-scripts/bash/buildFlankScripts.sh
- Run
./flank-scripts/bash/flankScripts dependencies update
Github action
Run Update dependencies
job using Github action menu by clicking Run workflow
button
Merging to master
Success path
If all PR jobs will succeed it means that dependencies update will not break the current code base and pull requests could be successfully merged.
Failure path
If any of PR job will fail, it means that dependencies update will break our codebase and code should be aligned before merging