File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,45 @@ updates:
99 directories : ["src/ui", "src/api", "/"]
1010 schedule :
1111 interval : " weekly"
12+ groups :
13+ production-dependencies :
14+ dependency-type : " production"
15+ development-dependencies :
16+ dependency-type : " development"
17+ all-minor-patch :
18+ patterns :
19+ - " *"
20+ update-types :
21+ - " minor"
22+ - " patch"
1223 - package-ecosystem : " terraform"
1324 directories : ["terraform/envs/qa", "terraform/envs/prod"]
1425 schedule :
1526 interval : " weekly"
27+ groups :
28+ production-dependencies :
29+ dependency-type : " production"
30+ development-dependencies :
31+ dependency-type : " development"
32+ all-minor-patch :
33+ patterns :
34+ - " *"
35+ update-types :
36+ - " minor"
37+ - " patch"
1638 - package-ecosystem : " github-actions"
1739 directory : " /"
1840 schedule :
1941 interval : " weekly"
20-
42+ groups :
43+ production-dependencies :
44+ dependency-type : " production"
45+ development-dependencies :
46+ dependency-type : " development"
47+ all-minor-patch :
48+ patterns :
49+ - " *"
50+ update-types :
51+ - " minor"
52+ - " patch"
2153
You can’t perform that action at this time.
0 commit comments