File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,13 @@ updates:
142142 update-types :
143143 - " minor"
144144 - " patch"
145+ # Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
146+ zonejs :
147+ applies-to : version-updates
148+ patterns :
149+ - " zone.js"
150+ update-types :
151+ - " patch"
145152 ignore :
146153 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
147154 - dependency-name : " *"
@@ -221,6 +228,13 @@ updates:
221228 update-types :
222229 - " minor"
223230 - " patch"
231+ # Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
232+ zonejs :
233+ applies-to : version-updates
234+ patterns :
235+ - " zone.js"
236+ update-types :
237+ - " patch"
224238 ignore :
225239 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
226240 - dependency-name : " *"
@@ -300,6 +314,13 @@ updates:
300314 update-types :
301315 - " minor"
302316 - " patch"
317+ # Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
318+ zonejs :
319+ applies-to : version-updates
320+ patterns :
321+ - " zone.js"
322+ update-types :
323+ - " patch"
303324 ignore :
304325 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
305326 - dependency-name : " *"
@@ -371,6 +392,13 @@ updates:
371392 update-types :
372393 - " minor"
373394 - " patch"
395+ # Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
396+ zonejs :
397+ applies-to : version-updates
398+ patterns :
399+ - " zone.js"
400+ update-types :
401+ - " patch"
374402 ignore :
375403 # 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
376404 # See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
You can’t perform that action at this time.
0 commit comments