From 53e4b95c2aafc27a2f9dcaf7a72be52a94913621 Mon Sep 17 00:00:00 2001 From: Olga Naydyonock Date: Tue, 22 Jul 2025 16:43:33 +0300 Subject: [PATCH] ci: move from dependabot reviewers to CODEOWNERS --- .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 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"