From b14a3f0d8bee1ab7a0afd578bf129aee78ba920e Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Fri, 23 May 2025 17:27:59 +0200 Subject: [PATCH] ci: move from dependabot reviewers to CODEOWNERS After https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ --- .github/CODEOWNERS.yml | 3 +++ .github/dependabot.yml | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .github/CODEOWNERS.yml diff --git a/.github/CODEOWNERS.yml b/.github/CODEOWNERS.yml new file mode 100644 index 000000000..245dd6855 --- /dev/null +++ b/.github/CODEOWNERS.yml @@ -0,0 +1,3 @@ +* @elastic/apm-agent-python +/.github/actions/ @elastic/apm-agent-python @elastic/observablt-ci +/.github/workflows/ @elastic/apm-agent-python @elastic/observablt-ci diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 384f44ee4..9abbe4339 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,6 @@ updates: interval: "weekly" day: "sunday" time: "22:00" - reviewers: - - "elastic/apm-agent-python" ignore: - dependency-name: "urllib3" # ignore until lambda runtimes use OpenSSL 1.1.1+ versions: [">=2.0.0"] @@ -28,8 +26,6 @@ updates: directories: - '/' - '/.github/actions/*' - reviewers: - - "elastic/observablt-ci" schedule: interval: "weekly" day: "sunday" @@ -42,8 +38,6 @@ updates: - package-ecosystem: "docker" directories: - '/' - reviewers: - - "elastic/apm-agent-python" registries: "*" schedule: interval: "daily"