File tree Expand file tree Collapse file tree 1 file changed +28
-15
lines changed
Expand file tree Collapse file tree 1 file changed +28
-15
lines changed Original file line number Diff line number Diff line change 55 ],
66 "prConcurrentLimit" : 10 ,
77 "prHourlyLimit" : 20 ,
8-
98 "dependencyDashboard" : true ,
109 "dependencyDashboardApproval" : false ,
11-
12- "vulnerabilityAlerts" : false ,
13-
14- "enabledManagers" : [" maven" , " github-actions" ],
15-
10+ "vulnerabilityAlerts" : {
11+ "enabled" : false
12+ },
13+ "enabledManagers" : [
14+ " maven" ,
15+ " github-actions"
16+ ],
1617 "packageRules" : [
1718 {
1819 "description" : " Highlight and prioritize rosetta.dsl.version updates" ,
19- "matchManagers" : [" maven" ],
20+ "matchManagers" : [
21+ " maven"
22+ ],
2023 "matchPackageNames" : [
2124 " com.regnosys.rosetta:com.regnosys.rosetta" ,
2225 " rosetta.dsl.version"
2326 ],
24- "labels" : [" rosetta" ],
27+ "labels" : [
28+ " rosetta"
29+ ],
2530 "prPriority" : 1 ,
2631 "automerge" : false
2732 },
2833 {
2934 "description" : " Label GitHub Actions updates" ,
30- "matchManagers" : [" github-actions" ],
31- "labels" : [" github-actions" ]
35+ "matchManagers" : [
36+ " github-actions"
37+ ],
38+ "labels" : [
39+ " github-actions"
40+ ]
3241 },
3342 {
3443 "description" : " Label all other Maven dependency updates" ,
35- "matchManagers" : [" maven" ],
36- "excludePackageNames" : [
37- " com.regnosys.rosetta:com.regnosys.rosetta" ,
38- " rosetta.dsl.version"
44+ "matchManagers" : [
45+ " maven"
3946 ],
40- "labels" : [" maven" ]
47+ "labels" : [
48+ " maven"
49+ ],
50+ "matchPackageNames" : [
51+ " !com.regnosys.rosetta:com.regnosys.rosetta" ,
52+ " !rosetta.dsl.version"
53+ ]
4154 }
4255 ]
4356}
You can’t perform that action at this time.
0 commit comments