We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a711a6 commit e4f0a46Copy full SHA for e4f0a46
.github/dependabot.yml
@@ -1,11 +1,11 @@
1
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}}"
+#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}}"
9
10
updates:
11
- package-ecosystem: pip
@@ -18,5 +18,5 @@ updates:
18
time: "08:00"
19
timezone: "Australia/Brisbane"
20
open-pull-requests-limit: 10
21
- registries:
22
- - python-index-pypi-org
+# registries:
+# - python-index-pypi-org
0 commit comments