File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -8,25 +8,40 @@ updates:
8
8
- package-ecosystem : " pip"
9
9
directory : " /"
10
10
schedule :
11
- interval : " daily "
11
+ interval : weekly
12
12
timezone : " America/New_York"
13
13
time : " 07:23"
14
14
reviewers :
15
15
- " visch"
16
16
versioning-strategy : increase-if-necessary
17
+ groups :
18
+ development-dependencies :
19
+ dependency-type : development
20
+ runtime-dependencies :
21
+ dependency-type : production
22
+ update-types :
23
+ - " patch"
17
24
- package-ecosystem : " pip"
18
25
directory : " /.github/workflows"
19
26
schedule :
20
- interval : " daily "
27
+ interval : weekly
21
28
timezone : " America/New_York"
22
29
time : " 07:23"
23
30
reviewers :
24
31
- " visch"
32
+ groups :
33
+ ci :
34
+ patterns :
35
+ - " *"
25
36
- package-ecosystem : " github-actions"
26
37
directory : " /"
27
38
schedule :
28
- interval : " weekly"
39
+ interval : weekly
29
40
timezone : " America/New_York"
30
41
time : " 07:23"
31
42
reviewers :
32
43
- " visch"
44
+ groups :
45
+ actions :
46
+ patterns :
47
+ - " *"
You can’t perform that action at this time.
0 commit comments