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 @@ -151,6 +151,13 @@ updates:
151151 - " zone.js"
152152 update-types :
153153 - " patch"
154+ # Restrict typescript updates to patch level because that's what our package.json says
155+ typescript :
156+ applies-to : version-updates
157+ patterns :
158+ - " typescript"
159+ update-types :
160+ - " patch"
154161 ignore :
155162 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
156163 - dependency-name : " *"
@@ -239,6 +246,13 @@ updates:
239246 - " zone.js"
240247 update-types :
241248 - " patch"
249+ # Restrict typescript updates to patch level because that's what our package.json says
250+ typescript :
251+ applies-to : version-updates
252+ patterns :
253+ - " typescript"
254+ update-types :
255+ - " patch"
242256 ignore :
243257 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
244258 - dependency-name : " *"
@@ -326,6 +340,13 @@ updates:
326340 - " zone.js"
327341 update-types :
328342 - " patch"
343+ # Restrict typescript updates to patch level because that's what our package.json says
344+ typescript :
345+ applies-to : version-updates
346+ patterns :
347+ - " typescript"
348+ update-types :
349+ - " patch"
329350 ignore :
330351 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
331352 - dependency-name : " *"
@@ -405,6 +426,13 @@ updates:
405426 - " zone.js"
406427 update-types :
407428 - " patch"
429+ # Restrict typescript updates to patch level because that's what our package.json says
430+ typescript :
431+ applies-to : version-updates
432+ patterns :
433+ - " typescript"
434+ update-types :
435+ - " patch"
408436 ignore :
409437 # 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
410438 # See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
You can’t perform that action at this time.
0 commit comments