File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * @ mboldi
2+
3+ .github / @ KOliver94
4+ backend / @ KOliver94
5+ docker-compose * .yml @ KOliver94
Original file line number Diff line number Diff line change 6868 "automerge" : true
6969 },
7070 {
71- "description" : " Frontend major updates " ,
71+ "description" : " Frontend (disabled during refactor) " ,
7272 "matchFileNames" : [
7373 " frontend/**"
7474 ],
75- "matchUpdateTypes" : [
76- " major"
77- ],
78- "additionalBranchPrefix" : " frontend/" ,
79- "addLabels" : [
80- " frontend"
81- ],
82- "groupName" : " frontend major"
83- },
84- {
85- "description" : " Frontend minor and patch updates" ,
86- "matchFileNames" : [
87- " frontend/**"
88- ],
89- "matchUpdateTypes" : [
90- " minor" ,
91- " patch" ,
92- " digest"
93- ],
94- "additionalBranchPrefix" : " frontend/" ,
95- "addLabels" : [
96- " frontend"
97- ],
98- "groupName" : " frontend non-major"
75+ "enabled" : false
9976 },
10077 {
10178 "description" : " GitHub Actions" ,
10784 " ci"
10885 ]
10986 },
87+ {
88+ "description" : " Docker base images (disable minor/patch)" ,
89+ "matchManagers" : [
90+ " dockerfile" ,
91+ " docker-compose"
92+ ],
93+ "matchUpdateTypes" : [
94+ " minor" ,
95+ " patch" ,
96+ " pin" ,
97+ " digest"
98+ ],
99+ "enabled" : false
100+ },
110101 {
111102 "description" : " Docker base images" ,
112103 "matchManagers" : [
You can’t perform that action at this time.
0 commit comments