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 check to accept .yaml file extension #1601

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

behnazh-w
Copy link
Contributor

The Dependabot check does not consider .github/dependabot.yaml file, however both .yml and .yaml extensions should be accepted according to the documentation.

This PR fixes this bug by adding .github/dependabot.yaml to the files checked in the dependency update tool check, and provides a test to check for .github/dependabot.yaml file.

Closes #1600

@github-actions
Copy link

github-actions bot commented Feb 3, 2022

Integration tests success for
[30b489a]
(https://github.com/ossf/scorecard/actions/runs/1792225768)

Copy link
Contributor

@laurentsimon laurentsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, Thank you!

@laurentsimon laurentsimon enabled auto-merge (squash) February 3, 2022 23:32
@laurentsimon laurentsimon merged commit f84291d into ossf:main Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: dependency update tool check does not accept .yaml extension
2 participants