mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #4483 from alanorth/dependabot-typescript
.github/dependabot.yml: adjust rules for typescript
This commit is contained in:
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@@ -151,6 +151,13 @@ updates:
|
|||||||
- "zone.js"
|
- "zone.js"
|
||||||
update-types:
|
update-types:
|
||||||
- "patch"
|
- "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:
|
||||||
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
@@ -239,6 +246,13 @@ updates:
|
|||||||
- "zone.js"
|
- "zone.js"
|
||||||
update-types:
|
update-types:
|
||||||
- "patch"
|
- "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:
|
||||||
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
@@ -326,6 +340,13 @@ updates:
|
|||||||
- "zone.js"
|
- "zone.js"
|
||||||
update-types:
|
update-types:
|
||||||
- "patch"
|
- "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:
|
||||||
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
@@ -405,6 +426,13 @@ updates:
|
|||||||
- "zone.js"
|
- "zone.js"
|
||||||
update-types:
|
update-types:
|
||||||
- "patch"
|
- "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:
|
||||||
# 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
|
# 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
|
# See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
|
||||||
|
Reference in New Issue
Block a user