From 4100ee5f6619451fdc4512033ade6cc2d5505420 Mon Sep 17 00:00:00 2001 From: James Cape Date: Wed, 15 Sep 2021 17:03:57 -0700 Subject: [PATCH 1/2] Group enclave and base dirs together, add reviewers. --- .github/dependabot.yml | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11e510376b..17b46f8b79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,27 +1,15 @@ version: 2 updates: - package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: cargo - directory: "/consensus/enclave/trusted/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: cargo - directory: "/fog/ingest/enclave/trusted/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: cargo - directory: "/fog/ledger/enclave/trusted/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: cargo - directory: "/fog/view/enclave/trusted/" + directory: + - "/" + - "/consensus/enclave/trusted/" + - "/fog/ingest/enclave/trusted/" + - "/fog/ledger/enclave/trusted/" + - "/fog/view/enclave/trusted/" schedule: interval: daily open-pull-requests-limit: 10 + reviewers: + - "mobilecoinfoundation/eng/consensus" + - "mobilecoinfoundation/eng/fog" From 40c76d8169410c74bc703b72864e333c5701208b Mon Sep 17 00:00:00 2001 From: James Cape Date: Wed, 15 Sep 2021 18:17:03 -0700 Subject: [PATCH 2/2] Split back into different ecosystems, but add reviewers. --- .github/dependabot.yml | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 17b46f8b79..04f4a0e0e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,43 @@ version: 2 updates: - package-ecosystem: cargo - directory: - - "/" - - "/consensus/enclave/trusted/" - - "/fog/ingest/enclave/trusted/" - - "/fog/ledger/enclave/trusted/" - - "/fog/view/enclave/trusted/" + directory: "/" 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"