File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
3+ "extends" : [
4+ " config:recommended"
5+ ],
46 "prConcurrentLimit" : 10 ,
57 "prHourlyLimit" : 20 ,
68 "dependencyDashboard" : true ,
79 "dependencyDashboardApproval" : false ,
8- "vulnerabilityAlerts" : false ,
10+ "vulnerabilityAlerts" : {
11+ "enabled" : false
12+ },
913 "packageRules" : [
1014 {
1115 "description" : " Update the Maven property rosetta.dsl.version when com.regnosys.rosetta releases a new version" ,
12- "matchManagers" : [" maven" ],
16+ "matchManagers" : [
17+ " maven"
18+ ],
1319 "matchPackageNames" : [
1420 " com.regnosys.rosetta:com.regnosys.rosetta" ,
1521 " rosetta.dsl.version"
1824 },
1925 {
2026 "description" : " Disable all Maven dependencies except the specified ones" ,
21- "matchManagers" : [" maven" ],
27+ "matchManagers" : [
28+ " maven"
29+ ],
2230 "enabled" : false ,
2331 "matchPackageNames" : [
2432 " !com.regnosys.rosetta:com.regnosys.rosetta" ,
You can’t perform that action at this time.
0 commit comments