tomtom-international / cookiecutter-python

:cookie: Cookiecutter template for Python packages
Apache License 2.0
18 stars 8 forks source link

feat: replace pyup with dependabot #40

Closed martinm82 closed 5 years ago

eugene-davis commented 5 years ago

Do you have to configure anything else for dependabot or does it pick up automatically from the file being there?

On that point, either way it should be in the ReadMe to clarify what it will do. And maybe should be configurable (though I'm inclined to say it should always be there)

martinm82 commented 5 years ago

Do you have to configure anything else for dependabot or does it pick up automatically from the file being there?

On that point, either way it should be in the ReadMe to clarify what it will do. And maybe should be configurable (though I'm inclined to say it should always be there)

For now I need to test it as I cannot test it from a branch. Once I get everything running I will add it as well to the template so that every new project will have support for it (configurable of course)

martinm82 commented 5 years ago

Do you have to configure anything else for dependabot or does it pick up automatically from the file being there?

I don't know yet as dependabot requires this file in master branch. Once that is in I will see how it works