File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -395,23 +395,10 @@ updates:
395395 update-types :
396396 - " minor"
397397 - " patch"
398- # Group together any webpack related version updates
399- webpack :
400- applies-to : version-updates
401- patterns :
402- - " webpack*"
403- update-types :
404- - " minor"
405- - " patch"
406- # Group together any webpack related seurity updates
407- webpack :
408- applies-to : security-updates
409- patterns :
410- - " webpack*"
411- update-types :
412- - " minor"
413- - " patch"
414398 ignore :
399+ # 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
400+ # See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
401+ - dependency-name : " webpack"
415402 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
416403 - dependency-name : " *"
417404 update-types : ["version-update:semver-major"]
You can’t perform that action at this time.
0 commit comments