We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8843a7d + 6504c60 commit 012f3c2Copy full SHA for 012f3c2
1 file changed
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "04:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: tqdm
11
+ versions:
12
+ - 4.56.0
13
+ - 4.56.1
14
+ - 4.56.2
15
+ - 4.57.0
16
+ - 4.58.0
17
+ - 4.59.0
18
+ - dependency-name: pillow
19
20
+ - 8.1.0
21
+ - 8.1.1
22
+ - dependency-name: cython
23
24
+ - 0.29.22
25
+ - dependency-name: numpy
26
27
+ - 1.19.5
28
+ - 1.20.0
29
+ - 1.20.1
30
+ - dependency-name: scikit-learn
31
32
+ - 0.24.1
0 commit comments