We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553fa42 commit 27e56c3Copy full SHA for 27e56c3
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+registries:
3
+ git-gitlab-com:
4
+ type: git
5
+ url: https://gitlab.com
6
+ username: shuuji3
7
+ password: "${{secrets.GIT_GITLAB_COM_PASSWORD}}"
8
+ python-index-pypi-python-org-simple:
9
+ type: python-index
10
+ url: https://pypi.python.org/simple
11
+ token: "${{secrets.PYTHON_INDEX_PYPI_PYTHON_ORG_SIMPLE_TOKEN}}"
12
+
13
+updates:
14
+- package-ecosystem: pip
15
+ directory: "/"
16
+ schedule:
17
+ interval: daily
18
+ time: "20:00"
19
+ open-pull-requests-limit: 10
20
+ registries:
21
+ - python-index-pypi-python-org-simple
22
+ - git-gitlab-com
0 commit comments