File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -130,19 +130,22 @@ updates:
130130 patterns : ["*"]
131131 update-types : ["minor", "patch"]
132132
133- # /zapai (unchanged cadence, still daily individual PRs)
133+ # /zapai: grouped weekly minor+patch + allow majors concurrently
134134 - package-ecosystem : " gomod"
135135 directory : " /zapai"
136136 schedule :
137- interval : " daily"
137+ interval : " weekly"
138+ day : " sunday"
139+ time : " 12:00" # UTC
138140 commit-message :
139141 prefix : " deps"
140- labels : ["dependencies"]
141- open-pull-requests-limit : 10
142-
143- # =========================
144- # RELEASE BRANCHES — UNCHANGED (broad roll-out later)
145- # =========================
142+ labels : ["dependencies", "grouped"]
143+ open-pull-requests-limit : 2
144+ groups :
145+ all-go-minor-and-patch :
146+ applies-to : version-updates
147+ patterns : ["*"]
148+ update-types : ["minor", "patch"]
146149
147150 # release/v1.6 constraints (single block per directory+target-branch)
148151 - package-ecosystem : " gomod"
You can’t perform that action at this time.
0 commit comments