Skip to content

Commit 9eadcea

Browse files
authored
Update dependabot.yml. Remove security related settings as those automatically occur anyways.
1 parent 265c08e commit 9eadcea

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ updates:
2828
update-types:
2929
- "minor"
3030
- "patch"
31-
# Group together all security updates for Angular. Only accept minor/patch types.
32-
angular-security:
33-
applies-to: security-updates
34-
patterns:
35-
- "@angular*"
36-
- "@ngtools/webpack"
37-
update-types:
38-
- "minor"
39-
- "patch"
4031
# Group together all minor/patch version updates for NgRx in a single PR
4132
ngrx:
4233
applies-to: version-updates
@@ -45,14 +36,6 @@ updates:
4536
update-types:
4637
- "minor"
4738
- "patch"
48-
# Group together all security updates for NgRx. Only accept minor/patch types.
49-
ngrx-security:
50-
applies-to: security-updates
51-
patterns:
52-
- "@ngrx*"
53-
update-types:
54-
- "minor"
55-
- "patch"
5639
# Group together all patch version updates for eslint in a single PR
5740
eslint:
5841
applies-to: version-updates
@@ -62,15 +45,6 @@ updates:
6245
update-types:
6346
- "minor"
6447
- "patch"
65-
# Group together all security updates for eslint.
66-
eslint-security:
67-
applies-to: security-updates
68-
patterns:
69-
- "@typescript-eslint*"
70-
- "eslint*"
71-
update-types:
72-
- "minor"
73-
- "patch"
7448
# Group together any testing related version updates
7549
testing:
7650
applies-to: version-updates
@@ -84,19 +58,6 @@ updates:
8458
update-types:
8559
- "minor"
8660
- "patch"
87-
# Group together any testing related security updates
88-
testing-security:
89-
applies-to: security-updates
90-
patterns:
91-
- "@cypress*"
92-
- "axe-*"
93-
- "cypress*"
94-
- "jasmine*"
95-
- "karma*"
96-
- "ng-mocks"
97-
update-types:
98-
- "minor"
99-
- "patch"
10061
# Group together any postcss related version updates
10162
postcss:
10263
applies-to: version-updates
@@ -105,14 +66,6 @@ updates:
10566
update-types:
10667
- "minor"
10768
- "patch"
108-
# Group together any postcss related security updates
109-
postcss-security:
110-
applies-to: security-updates
111-
patterns:
112-
- "postcss*"
113-
update-types:
114-
- "minor"
115-
- "patch"
11669
# Group together any sass related version updates
11770
sass:
11871
applies-to: version-updates
@@ -121,14 +74,6 @@ updates:
12174
update-types:
12275
- "minor"
12376
- "patch"
124-
# Group together any sass related security updates
125-
sass-security:
126-
applies-to: security-updates
127-
patterns:
128-
- "sass*"
129-
update-types:
130-
- "minor"
131-
- "patch"
13277
# Group together any webpack related version updates
13378
webpack:
13479
applies-to: version-updates
@@ -137,14 +82,6 @@ updates:
13782
update-types:
13883
- "minor"
13984
- "patch"
140-
# Group together any webpack related seurity updates
141-
webpack-security:
142-
applies-to: security-updates
143-
patterns:
144-
- "webpack*"
145-
update-types:
146-
- "minor"
147-
- "patch"
14885
ignore:
14986
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
15087
- dependency-name: "zone.js"

0 commit comments

Comments
 (0)