Skip to content

Commit a020f84

Browse files
committed
chore: add CODEOWNERS
1 parent 7401633 commit a020f84

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+
* @sourcegraph/web
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
"extends": ["github>sourcegraph/renovate-config"],
3-
"semanticCommits": true
3+
"semanticCommits": true,
4+
"reviewers": ["team:web"]
45
}

0 commit comments

Comments
 (0)