When updating the dependecies.yaml file in os-autoinst, e.g. when you’d like to fix the outdated perltidy version in the repo the recommended workflow is to:
- Update
dependencies.yaml - Run
make update-deps
This will update the cpanfile for you and you only need to make your changes in one single file (dependencies.yaml).
See also https://github.com/os-autoinst/os-autoinst/pull/2822 for a template on how to create a MR for updating an outdated perltidy definition.