mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
.github/dependabot.yml: adjust rules for zone.js
As @angular/core uses the "~" specifier to pin zone.js to a patch version,dependabot should not try to update minor versions here. See: https://github.com/angular/angular/blob/18.2.x/packages/core/package.json
This commit is contained in:
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@@ -142,6 +142,13 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
||||||
|
zonejs:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "zone.js"
|
||||||
|
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: "*"
|
||||||
@@ -221,6 +228,13 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
||||||
|
zonejs:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "zone.js"
|
||||||
|
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: "*"
|
||||||
@@ -300,6 +314,13 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
||||||
|
zonejs:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "zone.js"
|
||||||
|
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: "*"
|
||||||
@@ -371,6 +392,13 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
||||||
|
zonejs:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "zone.js"
|
||||||
|
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