Skip to content

Commit 4d79c00

Browse files
authored
refactor(dependabot): removed incorrect config (#549)
We can't programmatically set `github-actions` user as the default reviewer (even only), as it was commented on newly opened dependabot PRs.
1 parent acabed7 commit 4d79c00

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ updates:
77
interval: 'daily'
88
time: '03:00'
99
timezone: 'Europe/Berlin'
10-
reviewers:
11-
- 'github-actions'
1210
pull-request-branch-name:
1311
separator: '-'
1412

@@ -19,8 +17,6 @@ updates:
1917
interval: 'daily'
2018
time: '03:00'
2119
timezone: 'Europe/Berlin'
22-
reviewers:
23-
- 'github-actions'
2420
ignore:
2521
- dependency-name: 'ng-packagr'
2622
update-types: ['version-update:semver-major']
@@ -45,8 +41,6 @@ updates:
4541
interval: 'daily'
4642
time: '03:00'
4743
timezone: 'Europe/Berlin'
48-
reviewers:
49-
- 'github-actions'
5044
ignore:
5145
- dependency-name: 'ng-packagr'
5246
update-types: ['version-update:semver-major']
@@ -65,8 +59,6 @@ updates:
6559
interval: 'daily'
6660
time: '03:00'
6761
timezone: 'Europe/Berlin'
68-
reviewers:
69-
- 'github-actions'
7062
ignore:
7163
- dependency-name: 'react'
7264
update-types: ['version-update:semver-major']
@@ -81,8 +73,6 @@ updates:
8173
interval: 'daily'
8274
time: '03:00'
8375
timezone: 'Europe/Berlin'
84-
reviewers:
85-
- 'github-actions'
8676
ignore:
8777
- dependency-name: 'react'
8878
update-types: ['version-update:semver-major']
@@ -97,8 +87,6 @@ updates:
9787
interval: 'daily'
9888
time: '03:00'
9989
timezone: 'Europe/Berlin'
100-
reviewers:
101-
- 'github-actions'
10290
ignore:
10391
- dependency-name: 'react'
10492
update-types: ['version-update:semver-major']
@@ -113,7 +101,5 @@ updates:
113101
interval: 'daily'
114102
time: '03:00'
115103
timezone: 'Europe/Berlin'
116-
reviewers:
117-
- 'github-actions'
118104
pull-request-branch-name:
119105
separator: '-'

0 commit comments

Comments
 (0)