File tree Expand file tree Collapse file tree 1 file changed +42
-2
lines changed Expand file tree Collapse file tree 1 file changed +42
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " github-actions" # See documentation for possible values
4
- directory : " /" # Location of package manifests
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ groups :
8
+ github_actions :
9
+ patterns :
10
+ - " *"
11
+ - package-ecosystem : " github-actions"
12
+ directory : " /actions/cargo-install-upload-artifacts"
13
+ schedule :
14
+ interval : " weekly"
15
+ groups :
16
+ github_actions :
17
+ patterns :
18
+ - " *"
19
+ - package-ecosystem : " github-actions"
20
+ directory : " /actions/cargo-llvm-cov"
21
+ schedule :
22
+ interval : " weekly"
23
+ groups :
24
+ github_actions :
25
+ patterns :
26
+ - " *"
27
+ - package-ecosystem : " github-actions"
28
+ directory : " /actions/cargo-publish"
29
+ schedule :
30
+ interval : " weekly"
31
+ groups :
32
+ github_actions :
33
+ patterns :
34
+ - " *"
35
+ - package-ecosystem : " github-actions"
36
+ directory : " /actions/post"
37
+ schedule :
38
+ interval : " weekly"
39
+ groups :
40
+ github_actions :
41
+ patterns :
42
+ - " *"
43
+ - package-ecosystem : " github-actions"
44
+ directory : " /actions/setup-rust"
5
45
schedule :
6
46
interval : " weekly"
7
47
groups :
You can’t perform that action at this time.
0 commit comments