8000 add dependabot.yml (#1705) · ag-python/pydantic@f977709 · GitHub
[go: up one dir, main page]

Skip to content

Commit f977709

Browse files
authored
add dependabot.yml (pydantic#1705)
1 parent 3c0eafd commit f977709

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.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+
3+
updates:
4+
- package-ecosystem: pip
5+
directory: /
6+
schedule:
7+
interval: daily
8+
9+
- package-ecosystem: pip
10+
directory: /tests
11+
schedule:
12+
interval: monthly
13+
14+
- package-ecosystem: pip
15+
directory: /docs
16+
schedule:
17+
interval: monthly
18+
19+
- package-ecosystem: pip
20+
directory: /benchmarks
21+
schedule:
22+
interval: monthly

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
-r docs/requirements.txt
44
-r tests/requirements.txt
55

6+
Cython==0.29.21;sys_platform!='win32'
67
devtools==0.5.1
78
email-validator==1.1.1
89
dataclasses==0.6; python_version < '3.7'

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
black==19.10b0
22
coverage==5.2
3-
Cython==0.29.21;sys_platform!='win32'
43
flake8==3.8.3
54
flake8-quotes==3.2.0
65
isort==4.3.21

0 commit comments

Comments
 (0)
0