mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Update dependabot.yml. Remove security related settings as those automatically occur anyways.
This commit is contained in:
63
.github/dependabot.yml
vendored
63
.github/dependabot.yml
vendored
@@ -28,15 +28,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together all security updates for Angular. Only accept minor/patch types.
|
|
||||||
angular-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "@angular*"
|
|
||||||
- "@ngtools/webpack"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together all minor/patch version updates for NgRx in a single PR
|
# Group together all minor/patch version updates for NgRx in a single PR
|
||||||
ngrx:
|
ngrx:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -45,14 +36,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together all security updates for NgRx. Only accept minor/patch types.
|
|
||||||
ngrx-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "@ngrx*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together all patch version updates for eslint in a single PR
|
# Group together all patch version updates for eslint in a single PR
|
||||||
eslint:
|
eslint:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -62,15 +45,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together all security updates for eslint.
|
|
||||||
eslint-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "@typescript-eslint*"
|
|
||||||
- "eslint*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together any testing related version updates
|
# Group together any testing related version updates
|
||||||
testing:
|
testing:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -84,19 +58,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together any testing related security updates
|
|
||||||
testing-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "@cypress*"
|
|
||||||
- "axe-*"
|
|
||||||
- "cypress*"
|
|
||||||
- "jasmine*"
|
|
||||||
- "karma*"
|
|
||||||
- "ng-mocks"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together any postcss related version updates
|
# Group together any postcss related version updates
|
||||||
postcss:
|
postcss:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -105,14 +66,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together any postcss related security updates
|
|
||||||
postcss-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "postcss*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together any sass related version updates
|
# Group together any sass related version updates
|
||||||
sass:
|
sass:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -121,14 +74,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together any sass related security updates
|
|
||||||
sass-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "sass*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
# Group together any webpack related version updates
|
# Group together any webpack related version updates
|
||||||
webpack:
|
webpack:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -137,14 +82,6 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
# Group together any webpack related seurity updates
|
|
||||||
webpack-security:
|
|
||||||
applies-to: security-updates
|
|
||||||
patterns:
|
|
||||||
- "webpack*"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
- "patch"
|
|
||||||
ignore:
|
ignore:
|
||||||
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
|
||||||
- dependency-name: "zone.js"
|
- dependency-name: "zone.js"
|
||||||
|
Reference in New Issue
Block a user