From d3fbc590658174ebe037f9dd76b36567bb800d37 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Fri, 18 Mar 2022 00:25:27 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96a2e95..0cba6af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,15 +10,26 @@ updates: directory: "/api" schedule: interval: "daily" + assignees: + - "H4CK3R-01" + open-pull-requests-limit: 0 # Bot - package-ecosystem: "pip" directory: "/telegram_bot" schedule: interval: "daily" + assignees: + - "NormalParameter" + - "Rripped" + - "FlorianKellermann" + open-pull-requests-limit: 0 # Frontend - - package-ecosystem: "npm" - directory: "/frontend" - schedule: - interval: "daily" + # - package-ecosystem: "npm" + # directory: "/frontend" + # schedule: + # interval: "daily" + # assignees: + # - "kevinpauer" + # open-pull-requests-limit: 0