remove reviewer assignement from Dependabot config

This commit is contained in:
georglauterbach 2024-06-29 12:47:09 +02:00
parent 5a4a136ec5
commit ad96ba465a
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
reviewers:
- "docker-mailserver/maintainers"
labels: labels:
- "area/ci" - "area/ci"
- "kind/update" - "kind/update"
@ -15,8 +13,6 @@ updates:
directory: / directory: /
schedule: schedule:
interval: "weekly" interval: "weekly"
reviewers:
- "docker-mailserver/maintainers"
labels: labels:
- "area/ci" - "area/ci"
- "kind/update" - "kind/update"