Skip to content

Commit b7c4c73

Browse files
authored
Update dependabot.yml
1 parent f3eb5b8 commit b7c4c73

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)