Skip to content

Commit f84285d

Browse files
authored
1 parent 7b6b5da commit f84285d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/CODEOWNERS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* @elastic/apm-agent-python
2+
/.github/actions/ @elastic/apm-agent-python @elastic/observablt-ci
3+
/.github/workflows/ @elastic/apm-agent-python @elastic/observablt-ci

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ updates:
1717
interval: "weekly"
1818
day: "sunday"
1919
time: "22:00"
20-
reviewers:
21-
- "elastic/apm-agent-python"
2220
ignore:
2321
- dependency-name: "urllib3" # ignore until lambda runtimes use OpenSSL 1.1.1+
2422
versions: [">=2.0.0"]
@@ -28,8 +26,6 @@ updates:
2826
directories:
2927
- '/'
3028
- '/.github/actions/*'
31-
reviewers:
32-
- "elastic/observablt-ci"
3329
schedule:
3430
interval: "weekly"
3531
day: "sunday"
@@ -42,8 +38,6 @@ updates:
4238
- package-ecosystem: "docker"
4339
directories:
4440
- '/'
45-
reviewers:
46-
- "elastic/apm-agent-python"
4741
registries: "*"
4842
schedule:
4943
interval: "daily"

0 commit comments

Comments
 (0)