Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ updates:
- "zone.js"
update-types:
- "patch"
# Restrict typescript updates to patch level because that's what our package.json says
typescript:
applies-to: version-updates
patterns:
- "typescript"
update-types:
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down Expand Up @@ -235,6 +242,13 @@ updates:
- "zone.js"
update-types:
- "patch"
# Restrict typescript updates to patch level because that's what our package.json says
typescript:
applies-to: version-updates
patterns:
- "typescript"
update-types:
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down Expand Up @@ -321,6 +335,13 @@ updates:
- "zone.js"
update-types:
- "patch"
# Restrict typescript updates to patch level because that's what our package.json says
typescript:
applies-to: version-updates
patterns:
- "typescript"
update-types:
- "patch"
ignore:
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
- dependency-name: "*"
Expand Down Expand Up @@ -399,6 +420,13 @@ updates:
- "zone.js"
update-types:
- "patch"
# Restrict typescript updates to patch level because that's what our package.json says
typescript:
applies-to: version-updates
patterns:
- "typescript"
update-types:
- "patch"
ignore:
# 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
# See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
Expand Down
Loading