Skip to content

Commit

Permalink
Add dep-approvers for reviewing go dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Apr 5, 2019
1 parent 06150f7 commit e09a6b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ filters:
"BUILD(\\.bazel)?$":
approvers:
- ixdy

# go.{mod,sum} files relate to go dependencies, and should be reviewed by the
# dep-approvers
"go\\.(mod|sum)$":
required_reviewers:
- kubernetes/dep-approvers
labels:
- area/dependency

0 comments on commit e09a6b7

Please sign in to comment.