Open lyashevska opened 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:
add a question to copier.yaml
Need to add documentation about dependabot.
Description
Related issues:
474
Instructions to review the pull request Instructions to review the pull request
Install the requirements
Test 1: Run the command below and say 'yes' to dependabot question
You should see the file below:
Test 2: Run the command below and say 'no' to link checking question
You should not see the files below:
Test 3: