Skip to content

Commit 27e56c3

Browse files
Upgrade to GitHub-native Dependabot
1 parent 553fa42 commit 27e56c3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)