Skip to content

Commit db75fbc

Browse files
authored
ci: move from dependabot reviewers to CODEOWNERS (#86)
* ci: move from dependabot reviewers to CODEOWNERS * updated codeowners
1 parent c1eaab7 commit db75fbc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/CODEOWNERS

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

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ updates:
99
interval: "weekly"
1010
day: "sunday"
1111
time: "22:00"
12-
reviewers:
13-
- "elastic/apm-agent-python"
1412

1513
# GitHub actions
1614
- package-ecosystem: "github-actions"
1715
directories:
1816
- "/"
1917
- "/.github/actions/*"
20-
reviewers:
21-
- "elastic/observablt-ci"
2218
schedule:
2319
interval: "weekly"
2420
day: "sunday"

0 commit comments

Comments
 (0)