Skip to content

Commit

Permalink
fix: ignore registry until secrets are org added
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 16, 2024
1 parent 9a711a6 commit e4f0a46
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
registries:
python-index-pypi-org:
type: python-index
url: https://pypi.org/
replaces-base: true
username: "${{secrets.PYTHON_INDEX_PYPI_ORG_USERNAME}}"
password: "${{secrets.PYTHON_INDEX_PYPI_ORG_PASSWORD}}"
#registries:
# python-index-pypi-org:
# type: python-index
# url: https://pypi.org/
# replaces-base: true
# username: "${{secrets.PYTHON_INDEX_PYPI_ORG_USERNAME}}"
# password: "${{secrets.PYTHON_INDEX_PYPI_ORG_PASSWORD}}"

updates:
- package-ecosystem: pip
Expand All @@ -18,5 +18,5 @@ updates:
time: "08:00"
timezone: "Australia/Brisbane"
open-pull-requests-limit: 10
registries:
- python-index-pypi-org
# registries:
# - python-index-pypi-org

0 comments on commit e4f0a46

Please sign in to comment.