From 3f928cabf2ce5345c170ae08e60522cf36916228 Mon Sep 17 00:00:00 2001 From: Atif Ali <56743004+aali309@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:28:27 -0400 Subject: [PATCH] ci(dependabot): remove reviewers config (#666) --- .github/CODEOWNERS | 4 ++-- .github/dependabot.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e9452b3e..e50edfb1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -go.mod @cryostatio/maintainers -go.sum @cryostatio/maintainers +go.mod @cryostatio/maintainers +go.sum @cryostatio/maintainers diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de78a41a..771c7cf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,6 @@ updates: directory: / schedule: interval: daily - reviewers: - - "cryostatio/reviewers" labels: - "dependencies" - "chore"