Skip to content

Commit 450e7a4

Browse files
committed
fix order of ownership in codeowners
1 parent a3a7724 commit 450e7a4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
# Default Code Ownership
2+
* @rancher/rancher-security
3+
14
# Code Ownership for merging renovate PRs
2-
go.mod @rancher/infracloud-team
3-
go.sum @rancher/infracloud-team
4-
hack @rancher/infracloud-team
5-
package/Dockerfile @rancher/infracloud-team
6-
tests @rancher/infracloud-team
5+
/go.mod @rancher/infracloud-team @rancher/rancher-security
6+
/go.sum @rancher/infracloud-team @rancher/rancher-security
7+
/hack/ @rancher/infracloud-team @rancher/rancher-security
8+
/package/Dockerfile @rancher/infracloud-team @rancher/rancher-security
9+
/tests/ @rancher/infracloud-team @rancher/rancher-security
710

811
# rancher-cis-benchmark chart Ownership
9-
chart @rancher/infracloud-team
10-
crds @rancher/infracloud-team
11-
12-
# Default Code Ownership
13-
* @rancher/rancher-security
12+
/chart/ @rancher/infracloud-team @rancher/rancher-security
13+
/crds/ @rancher/infracloud-team @rancher/rancher-security

0 commit comments

Comments
 (0)