Skip to content

Commit 96a689e

Browse files
authored
refactor(dependabot): removed incorrect config (#135)
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 5cbe9f4 commit 96a689e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ updates:
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"
12-
reviewers:
13-
- "github-actions"
1412

1513
# Daily: Check minor and patch updates
1614
- package-ecosystem: "npm"
@@ -24,5 +22,3 @@ updates:
2422
separator: "-"
2523
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2624
versioning-strategy: increase
27-
reviewers:
28-
- "github-actions"

0 commit comments

Comments
 (0)