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.
2 parents 6f22265 + 6fe1e27 commit 82be1f1Copy full SHA for 82be1f1
.github/dependabot.yml
@@ -0,0 +1,35 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "10:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: sqlalchemy
11
+ versions:
12
+ - 1.3.22
13
+ - 1.3.23
14
+ - 1.4.0
15
+ - 1.4.1
16
+ - 1.4.2
17
+ - 1.4.3
18
+ - 1.4.4
19
+ - 1.4.5
20
+ - 1.4.6
21
+ - 1.4.7
22
+ - 1.4.8
23
+ - 1.4.9
24
+ - dependency-name: python-dotenv
25
26
+ - 0.15.0
27
+ - 0.16.0
28
+ - dependency-name: pandas
29
30
+ - 1.2.1
31
+ - 1.2.2
32
+ - 1.2.3
33
+ - dependency-name: pytest
34
35
+ - 6.2.2
0 commit comments