modernisation-platform icon indicating copy to clipboard operation
modernisation-platform copied to clipboard

Using dependabot directories attriubute in the dependabot.yml configuration.

Open ewastempel opened this issue 9 months ago • 3 comments

User Story

Currently the package-ecosystem configuration in the dependabot files of the MP repositories uses single directory attribute (example). The dependabot now supports directories attribute that allows for passing multiple directories in the package-ecosystem configuration.

This ticket is to update dependabot.yml with to adopt directories configuration over the directory one.

Value / Purpose

Using directories instead of directory configuration keeps the code DRY.

Additional Information

See the dependabot example for implementation, also implemented here by Analytical Platform team.

Definition of Done

  • [ ] dependabot.yml configuration in all MP repositories is updated to use directories
  • [ ] the change is tested

ewastempel avatar May 20 '24 16:05 ewastempel