File tree Expand file tree Collapse file tree 1 file changed +41
-87
lines changed Expand file tree Collapse file tree 1 file changed +41
-87
lines changed Original file line number Diff line number Diff line change
1
+ # This file is synced from the `.github` repository, do not modify it directly.
2
+ ---
1
3
version : 2
2
-
3
4
updates :
4
- - package-ecosystem : github-actions
5
- directory : /
6
- schedule :
7
- interval : weekly
8
- day : " friday"
9
- time : " 08:00"
10
- timezone : " Etc/UTC"
11
- allow :
12
- - dependency-type : all
13
- groups :
14
- github-actions :
15
- patterns :
16
- - " *"
17
-
18
- - package-ecosystem : bundler
19
- directories :
20
- - /
21
- - /Library/Homebrew
22
- schedule :
23
- interval : weekly
24
- day : " friday"
25
- time : " 08:00"
26
- timezone : " Etc/UTC"
27
- allow :
28
- - dependency-type : all
29
- groups :
30
- bundler :
31
- patterns :
32
- - " *"
33
-
34
- - package-ecosystem : npm
35
- directory : /
36
- schedule :
37
- interval : weekly
38
- day : " friday"
39
- time : " 08:00"
40
- timezone : " Etc/UTC"
41
- allow :
42
- - dependency-type : all
43
- groups :
44
- npm :
45
- patterns :
46
- - " *"
47
-
48
- - package-ecosystem : docker
49
- directory : /
50
- schedule :
51
- interval : weekly
52
- day : " friday"
53
- time : " 08:00"
54
- timezone : " Etc/UTC"
55
- allow :
56
- - dependency-type : all
57
- groups :
58
- docker :
59
- patterns :
60
- - " *"
61
-
62
- - package-ecosystem : devcontainers
63
- directory : /
64
- schedule :
65
- interval : weekly
66
- day : " friday"
67
- time : " 08:00"
68
- timezone : " Etc/UTC"
69
- allow :
70
- - dependency-type : all
71
- groups :
72
- devcontainers :
73
- patterns :
74
- - " *"
5
+ - package-ecosystem : github-actions
6
+ directory : " /"
7
+ schedule :
8
+ interval : weekly
9
+ day : friday
10
+ time : ' 08:00'
11
+ timezone : Etc/UTC
12
+ allow :
13
+ - dependency-type : all
14
+ groups :
15
+ github-actions :
16
+ patterns :
17
+ - " *"
18
+ - package-ecosystem : docker
19
+ directory : " /"
20
+ schedule :
21
+ interval : weekly
22
+ day : friday
23
+ time : ' 08:00'
24
+ timezone : Etc/UTC
25
+ allow :
26
+ - dependency-type : all
27
+ groups :
28
+ docker :
29
+ patterns :
30
+ - " *"
31
+ - package-ecosystem : devcontainers
32
+ directory : " /"
33
+ schedule :
34
+ interval : weekly
35
+ day : friday
36
+ time : ' 08:00'
37
+ timezone : Etc/UTC
38
+ allow :
39
+ - dependency-type : all
40
+ groups :
41
+ devcontainers :
42
+ patterns :
43
+ - " *"
75
44
76
- - package-ecosystem : pip
77
- directories :
78
- - /
79
- - /Library/Homebrew/formula-analytics/
80
- schedule :
81
- interval : weekly
82
- day : " friday"
83
- time : " 08:00"
84
- timezone : " Etc/UTC"
85
- allow :
86
- - dependency-type : all
87
- groups :
88
- pip :
89
- patterns :
90
- - " *"
You can’t perform that action at this time.
0 commit comments