From 2070aa82bbbd36bf360a26520ae6717110f2bb1d Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Tue, 8 Nov 2022 19:39:45 +0000 Subject: [PATCH] update dependabot config --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fc91e390..81c950f76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: target-branch: master reviewers: - rkm - - tznind - jas88 - package-ecosystem: maven directory: "/src/common/com.smi.microservices.parent" @@ -18,7 +17,6 @@ updates: target-branch: master reviewers: - rkm - - tznind - jas88 - package-ecosystem: "github-actions" directory: "/" @@ -26,7 +24,6 @@ updates: interval: daily reviewers: - rkm - - tznind - jas88 - package-ecosystem: "pip" directory: "/src/common/Smi_Common_Python" @@ -34,11 +31,17 @@ updates: interval: daily allow: - dependency-type: "all" + reviewers: + - rkm + - jas88 - package-ecosystem: "pip" directory: "/src/applications/SRAnonTool" schedule: interval: daily allow: - dependency-type: "all" + reviewers: + - rkm + - jas88