modernisation-platform
modernisation-platform copied to clipboard
Using dependabot directories attriubute in the dependabot.yml configuration.
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