Using dependabot directories attriubute in the dependabot.yml configuration. #7053
Open
2 tasks done
Labels
code quality
other-team-dependency
This ticket requires work from another team: include in DOR and DOD
Stale
technical debt
This issue is either technical debt or an issue that will lead to technical debt as time goes by.
User Story
Currently the
package-ecosystem
configuration in the dependabot files of the MP repositories uses singledirectory
attribute (example). The dependabot now supportsdirectories
attribute that allows for passing multiple directories in thepackage-ecosystem
configuration.This ticket is to update
dependabot.yml
with to adoptdirectories
configuration over thedirectory
one.Value / Purpose
Using
directories
instead ofdirectory
configuration keeps the code DRY.Additional Information
See the dependabot example for implementation, also implemented here by Analytical Platform team.
Definition of Done
directories
The text was updated successfully, but these errors were encountered: