File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ updates:
2222 - " *"
2323 update-types :
2424 - " patch"
25-
2625 # 2) All minor updates in one PR
2726 minor-updates :
2827 patterns :
@@ -61,7 +60,6 @@ updates:
6160 - " *"
6261 update-types :
6362 - " patch"
64-
6563 # 2) All minor updates in one PR
6664 minor-actions :
6765 patterns :
@@ -70,10 +68,9 @@ updates:
7068 - " minor"
7169
7270 labels :
73- - " devops"
7471 - " dependencies"
7572 - " github-actions"
76-
73+ - " devops "
7774
7875 commit-message :
7976 prefix : " ci"
@@ -83,7 +80,8 @@ updates:
8380 # Docker
8481 # =========================
8582 - package-ecosystem : " docker"
86- directory : " /"
83+ directories :
84+ - " /"
8785 target-branch : " main"
8886 schedule :
8987 interval : " weekly"
@@ -98,7 +96,6 @@ updates:
9896 - " *"
9997 update-types :
10098 - " patch"
101-
10299 # 2) All minor‑style updates in one PR
103100 minor-docker :
104101 patterns :
@@ -107,9 +104,9 @@ updates:
107104 - " minor"
108105
109106 labels :
110- - " devops"
111107 - " dependencies"
112108 - " docker"
109+ - " devops"
113110
114111 commit-message :
115112 prefix : " build"
@@ -119,7 +116,8 @@ updates:
119116 # Docker Compose
120117 # =========================
121118 - package-ecosystem : " docker-compose"
122- directory : " /"
119+ directories :
120+ - " /"
123121 target-branch : " main"
124122 schedule :
125123 interval : " weekly"
@@ -134,7 +132,6 @@ updates:
134132 - " *"
135133 update-types :
136134 - " patch"
137-
138135 # 2) All minor‑style updates in one PR
139136 minor-docker-compose :
140137 patterns :
@@ -143,9 +140,9 @@ updates:
143140 - " minor"
144141
145142 labels :
146- - " devops"
147143 - " dependencies"
148- - " docker"
144+ - " docker-compose"
145+ - " devops"
149146
150147 commit-message :
151148 prefix : " build"
You can’t perform that action at this time.
0 commit comments