From cf49e1ff743618c20665712ef9a51c490554140f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 17 Aug 2022 10:06:22 +0200 Subject: [PATCH] chore(deps): remove reviewers assignment from dependabot to avoid noise --- .github/dependabot.yml | 51 ------------------------------------------ 1 file changed, 51 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 322730e98..bc4ea9545 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,134 +9,83 @@ updates: directory: "/" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/analytics" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/api-gateway" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/auth" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/common" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/domain-events" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/domain-events-infra" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/event-store" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/files" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/predicates" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/scheduler" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/security" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/settings" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/sncrypto-node" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/syncing-server" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "npm" directory: "/packages/time" schedule: interval: "daily" - reviewers: - - "moughxyz" - - "karolsojko" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - reviewers: - - "moughxyz" - - "karolsojko"