File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 7
7
# Leads for all reviews of documentation.
8
8
* @ bitwarden/tech-leads
9
9
10
+ # Unowned files
11
+ package.json
12
+ package-lock.json
13
+
10
14
# DevOps for Actions and other workflow changes.
11
15
.github /workflows @ bitwarden/dept-devops
12
16
Original file line number Diff line number Diff line change 8
8
" :pinAllExceptPeerDependencies" ,
9
9
" :prConcurrentLimit10" ,
10
10
" :rebaseStalePrs" ,
11
- " schedule:weekends" ,
12
- " :separateMajorReleases"
11
+ " :separateMajorReleases" ,
12
+ " group:monorepos" ,
13
+ " schedule:weekends"
13
14
],
14
15
"enabledManagers" : [" github-actions" , " npm" ],
16
+ "commitMessagePrefix" : " [deps]:" ,
17
+ "commitMessageTopic" : " {{depName}}" ,
15
18
"packageRules" : [
16
19
{
17
20
"groupName" : " gh minor" ,
18
21
"matchManagers" : [" github-actions" ],
19
22
"matchUpdateTypes" : [" minor" , " patch" ]
20
23
},
21
24
{
22
- "groupName " : " npm minor " ,
23
- "matchManagers " : [ " npm " ] ,
24
- "matchUpdateTypes " : [" minor " , " patch " ]
25
+ "matchFileNames " : [ " package.json " ] ,
26
+ "description " : " Autofill owns general dependencies in contributing docs " ,
27
+ "reviewers " : [" team:team-autofill-dev " ]
25
28
}
26
29
]
27
30
}
Original file line number Diff line number Diff line change
1
+ .github /CODEOWNERS
2
+
1
3
# Production
2
4
/build
3
5
You can’t perform that action at this time.
0 commit comments