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