diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2b5ada0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/workflows @elastic/observablt-ci \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 084e42b..edd0c99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,8 +22,6 @@ updates: # GitHub actions - package-ecosystem: "github-actions" directory: "/" - reviewers: - - "elastic/observablt-ci" schedule: interval: "weekly" day: "sunday"