We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 649cd2c + 87c2797 commit eefa65bCopy full SHA for eefa65b
1 file changed
.github/dependabot.yml
@@ -0,0 +1,45 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "pip"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "monday"
9
+ time: "09:00"
10
+ timezone: "America/New_York"
11
+ open-pull-requests-limit: 5
12
+ labels:
13
+ - "dependencies"
14
+ - "python"
15
+ commit-message:
16
+ prefix: "deps"
17
+ include: "scope"
18
+ groups:
19
+ runtime:
20
+ patterns:
21
+ - "*"
22
+ exclude-patterns:
23
+ - "pytest*"
24
+ - "ruff"
25
+ - "black"
26
+ - "mypy"
27
+ dev:
28
29
30
31
32
33
34
+ - package-ecosystem: "github-actions"
35
36
37
38
39
40
41
42
43
+ - "ci"
44
45
+ prefix: "ci"
0 commit comments