File tree 1 file changed +24
-5
lines changed
1 file changed +24
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
version : 2
8
8
updates :
9
- - package-ecosystem : ' devcontainers'
9
+ - package-ecosystem : devcontainers
10
10
directory : ' /'
11
11
schedule :
12
12
interval : weekly
13
13
14
- - package-ecosystem : ' github-actions'
14
+ - package-ecosystem : github-actions
15
15
directory : ' /'
16
16
schedule :
17
- interval : ' weekly'
17
+ interval : weekly
18
+ groups :
19
+ actions-all :
20
+ applies-to : version-updates
21
+ update-types :
22
+ - minor
23
+ - patch
18
24
19
- - package-ecosystem : ' npm'
25
+ - package-ecosystem : npm
20
26
directory : ' /'
21
27
schedule :
22
- interval : ' weekly'
28
+ interval : weekly
29
+ groups :
30
+ dev-dependencies :
31
+ dependency-type : development
32
+ applies-to : version-updates
33
+ update-types :
34
+ - minor
35
+ - patch
36
+ prod-dependencies :
37
+ dependency-type : production
38
+ applies-to : version-updates
39
+ update-types :
40
+ - minor
41
+ - patch
You can’t perform that action at this time.
0 commit comments