The official recommendation from pip-tools for cross-compilation is:
As the resulting requirements.txt can differ for each environment, users must execute pip-compile on each Python environment separately to generate a requirements.txt valid for each said environment.
I have multiple requirements files. One is called requirements.txt, another is requirements-silicon.txt
I have dependabot configured on github, but how do I get it to check multiple files?
Based on the unit tests for dependabot with requirements.txt, naming for requirements.txt variants has to include requirements.txt at the end - otherwise it will not be detected as a requirements.txt. I'd assume that is because there could be other txt files with the word requirements in them.
So change your file from requirements-silicon.txt to silicon-requirements.txt. This makes the ordering weird, but it at least gets picked up by Dependabot.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With