Skip to content
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

fix: Dependabot yml file structure #362

Merged
merged 1 commit into from
Oct 25, 2023
Merged

fix: Dependabot yml file structure #362

merged 1 commit into from
Oct 25, 2023

Conversation

tuliomir
Copy link
Contributor

After adding the Dependabot configuration YML on #340 , subsequent PRs started displaying errors on the CI due to incorrect configuration:

The property '#/updates' of type object did not match the following type: array

While fixing it, by just adding the missing - character on the YML, I also noticed on the docs other properties that could be useful to us, such as personalized labels. So, this PR also adds these other properties.

Acceptance Criteria

  • The Dependabot must run correctly on the dev branch

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added the bug Something isn't working label Oct 25, 2023
@tuliomir tuliomir self-assigned this Oct 25, 2023
@tuliomir tuliomir removed the request for review from pedroferreira1 October 25, 2023 19:45
@tuliomir tuliomir changed the title fix: yml file structure fix: Dependabot yml file structure Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants