Skip to content

Commit e4f0a46

Browse files
committed
fix: ignore registry until secrets are org added
1 parent 9a711a6 commit e4f0a46

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
2-
registries:
3-
python-index-pypi-org:
4-
type: python-index
5-
url: https://pypi.org/
6-
replaces-base: true
7-
username: "${{secrets.PYTHON_INDEX_PYPI_ORG_USERNAME}}"
8-
password: "${{secrets.PYTHON_INDEX_PYPI_ORG_PASSWORD}}"
2+
#registries:
3+
# python-index-pypi-org:
4+
# type: python-index
5+
# url: https://pypi.org/
6+
# replaces-base: true
7+
# username: "${{secrets.PYTHON_INDEX_PYPI_ORG_USERNAME}}"
8+
# password: "${{secrets.PYTHON_INDEX_PYPI_ORG_PASSWORD}}"
99

1010
updates:
1111
- package-ecosystem: pip
@@ -18,5 +18,5 @@ updates:
1818
time: "08:00"
1919
timezone: "Australia/Brisbane"
2020
open-pull-requests-limit: 10
21-
registries:
22-
- python-index-pypi-org
21+
# registries:
22+
# - python-index-pypi-org

0 commit comments

Comments
 (0)