forked from github.com/pypiserver
85e065e1ad
* feat: dependabot - add dependabot yml file to look in the docker & requirements folders - split the requirements out of the test.pip into a test-requirements.pip file so dependabot recognizes it It was found that in order to have the python dependabot recognize the requirements a naming convention had to be followed * feat: dependabot alter to monthly
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
# Just the absolutely necessary extra requirements for
|
|
# running tests
|
|
-r test-requirements.txt
|