From 84cbcdaa26b2c096f4d72bc382d663b4d4ca2370 Mon Sep 17 00:00:00 2001 From: Thomas Griseau Date: Thu, 17 Aug 2023 14:47:26 +0200 Subject: [PATCH 1/2] chore: Remove Platform team from dependabot reviewers --- .github/dependabot.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c3b2217..f8f0466 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,5 +1,4 @@ version: 2 - updates: - allow: - dependency-type: direct @@ -9,8 +8,7 @@ updates: directory: / open-pull-requests-limit: 99 package-ecosystem: github-actions - reviewers: - - "ridedott/platform" + reviewers: [] schedule: interval: daily - allow: @@ -21,7 +19,6 @@ updates: directory: / open-pull-requests-limit: 99 package-ecosystem: docker - reviewers: - - "ridedott/platform" + reviewers: [] schedule: interval: daily From 2a2e25bc8104a24b8b465b1cded7651b95a6449a Mon Sep 17 00:00:00 2001 From: Thomas Griseau <48803465+griseau@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:09:18 +0200 Subject: [PATCH 2/2] Update dependabot.yaml --- .github/dependabot.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f8f0466..431feaf 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,6 @@ updates: directory: / open-pull-requests-limit: 99 package-ecosystem: github-actions - reviewers: [] schedule: interval: daily - allow: @@ -19,6 +18,5 @@ updates: directory: / open-pull-requests-limit: 99 package-ecosystem: docker - reviewers: [] schedule: interval: daily