diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11e510376b..04f4a0e0e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,23 +5,39 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng" + - "mobilecoinfoundation/eng/consensus" + - "mobilecoinfoundation/eng/fog" - package-ecosystem: cargo directory: "/consensus/enclave/trusted/" schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng" + - "mobilecoinfoundation/eng/consensus" - package-ecosystem: cargo directory: "/fog/ingest/enclave/trusted/" schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng" + - "mobilecoinfoundation/eng/fog" - package-ecosystem: cargo directory: "/fog/ledger/enclave/trusted/" schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng" + - "mobilecoinfoundation/eng/fog" - package-ecosystem: cargo directory: "/fog/view/enclave/trusted/" schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng" + - "mobilecoinfoundation/eng/fog"