-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using dependabot directories attriubute in the dependabot.yml configuration. #7053
Comments
@ewastempel I would proceed with caution on this 😅 our Dependabot configuration is bit buggy now, see ministryofjustice/analytical-platform#4376 and the linked issue |
On Hold until issues resolved |
This issue is stale because it has been open 90 days with no activity. |
I've checked the dependabot file and can confirm it's now using the directories attribute - moving to done. |
After implementing this we've run into issues. From the MP & MP Environments repo we can see errors like this:
And in the AMI builds repo we can see this:
With this in mind, I've proposed that we revert the changes in this issue and return to our original (functional) state. |
Given the issues that we saw with |
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: