diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b903db137..964cef353 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -package.json @andrewazores @ebaron -yarn.lock @andrewazores @ebaron +package.json @cryostatio/maintainers +yarn.lock @cryostatio/maintainers diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5126c1f65..7cbec0cf9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,6 @@ updates: directory: "/" schedule: interval: "daily" - reviewers: - - "cryostatio/reviewers" labels: - "dependencies" - "chore"