NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
187 stars 76 forks source link

Add dependabot to generated package #475

Open lyashevska opened 2 months ago

lyashevska commented 2 months ago

Description

Related issues:

Instructions to review the pull request Instructions to review the pull request

Install the requirements

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
pip install pipx
pipx install copier

Test 1: Run the command below and say 'yes' to dependabot question

copier copy --vcs-ref 474-add-dependabot-to-package https://github.com/nlesc/python-template test_yes

You should see the file below:

Test 2: Run the command below and say 'no' to link checking question

copier copy --vcs-ref 474-add-dependabot-to-package https://github.com/nlesc/python-template test_no

You should not see the files below:

Test 3:

lyashevska commented 2 months ago

add a question to copier.yaml

lyashevska commented 2 months ago

Need to add documentation about dependabot.