diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..245dd68 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 ed06798..1662875 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,15 +16,11 @@ updates: interval: "weekly" day: "sunday" time: "22:00" - reviewers: - - "elastic/apm-agent-python" - package-ecosystem: "github-actions" directories: - '/' - '/.github/actions/*' - reviewers: - - "elastic/observablt-ci" schedule: interval: "weekly" day: "sunday" @@ -38,8 +34,6 @@ updates: directories: - '/' - 'operator/*' - reviewers: - - "elastic/apm-agent-python" registries: "*" schedule: interval: "daily"