From 9bec2febc658265374fdc71677d5c22a621d13ad Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Fri, 27 Oct 2023 10:19:26 -0400 Subject: [PATCH] remove reviewers config --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ac9a3923 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +pom.xml @cryostatio/maintainers diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fa7bb87..37311fdf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,6 @@ updates: directory: "/" schedule: interval: "daily" - reviewers: - - "cryostatio/reviewers" labels: - "dependencies" - "chore"