Closed consideRatio closed 2 weeks ago
I had to rename and isolate requirements.in to unfrozen/requirements.txt because it was the only way for me to ensure dependabot worked as wanted.
unfrozen/requirements.txt
Files must be named *requirements.txt (https://stackoverflow.com/a/75909900/2220152) To ignore files and only focus on one requirements file, they must be put in different directories (Allow/Ignore specific manifests dependabot/dependabot-core#2883)
*requirements.txt
I also had to add some arguments in ci/refreeze specifying files.
Dependabot function verified in a fork, and ci/refreeze function verified manually. No remnants of requirements.in found when searching.
requirements.in
I had to rename and isolate requirements.in to
unfrozen/requirements.txt
because it was the only way for me to ensure dependabot worked as wanted.I also had to add some arguments in ci/refreeze specifying files.
Dependabot function verified in a fork, and ci/refreeze function verified manually. No remnants of
requirements.in
found when searching.