Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcollom committed Jun 25, 2021
1 parent b6a04d8 commit fd3bc37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Expand Up @@ -3,12 +3,11 @@ registries:
python-index-pypi-python-org-simple:
type: python-index
url: https://pypi.python.org/simple/
username: "${{secrets.PYTHON_INDEX_PYPI_PYTHON_ORG_SIMPLE_USERNAME}}"
password: "${{secrets.PYTHON_INDEX_PYPI_PYTHON_ORG_SIMPLE_PASSWORD}}"

updates:
- package-ecosystem: pip
directory: "/"
insecure-external-code-execution: allow
schedule:
interval: daily
time: "13:00"
Expand Down

0 comments on commit fd3bc37

Please sign in to comment.