We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e098e commit c0d4093Copy full SHA for c0d4093
1 file changed
.github/dependabot.yml
@@ -0,0 +1,39 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "00:00"
9
+ timezone: "America/Chicago"
10
+ open-pull-requests-limit: 10
11
+ reviewers:
12
+ - "RobThePCGuy"
13
+ labels:
14
+ - "dependencies"
15
+ - "python"
16
+ commit-message:
17
+ prefix: "chore"
18
+ include: "scope"
19
+ groups:
20
+ all-minor-patch:
21
+ update-types:
22
+ - "minor"
23
+ - "patch"
24
+ - package-ecosystem: "github-actions"
25
26
27
28
29
30
31
+ open-pull-requests-limit: 5
32
33
34
35
36
+ - "github-actions"
37
38
+ prefix: "ci"
39
0 commit comments