Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit f4fba90

Browse files
authored
Add CODEOWNERS (#91)
1 parent 6d81138 commit f4fba90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* @chrismwendt @lguychard @felixfbecker
2+
3+
# Configured through renovate.json
4+
package.json
5+
yarn.lock

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "http://json.schemastore.org/renovate",
3-
"extends": ["github>sourcegraph/renovate-config"]
3+
"extends": ["github>sourcegraph/renovate-config"],
4+
"assignees": ["chrismwendt"]
45
}

0 commit comments

Comments
 (0)