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 Not Updating Requirements #361

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

bmos
Copy link
Contributor

@bmos bmos commented Sep 29, 2024

You have dependabot enabled, but the requirements files do not end in requirements.txt which means that dependabot can't find them.

based on dependabot parser code
https://github.com/dependabot/dependabot-core/blob/47d28fe9faf92448630f0d62ee2de1f2194f8742/python/spec/dependabot/python/file_parser_spec.rb#L446

@bmos bmos requested a review from iMicknl as a code owner September 29, 2024 22:34
@bmos
Copy link
Contributor Author

bmos commented Sep 30, 2024

I might be wrong about this.
Definitely appears to be something going on with Dependabot because there's only one pull request open from Dependabot and there are multiple packages that are not on the latest version, but that one pull request is updating requirements_test.txt which is the one that I thought would not be working...

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.

1 participant