File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
32 "extends" : [" config:base" ],
43 "prConcurrentLimit" : 10 ,
54 "prHourlyLimit" : 20 ,
87 "description" : " Update the Maven property rosetta.dsl.version when com.regnosys.rosetta releases a new version" ,
98 "matchManagers" : [" maven" ],
109 "matchPackageNames" : [
11- " com.regnosys.rosetta:com.regnosys.rosetta" ,
12- " rosetta.dsl.version"
10+ " com.regnosys.rosetta:com.regnosys.rosetta"
1311 ],
1412 "enabled" : true
15- },
16- {
17- "description" : " Disable all that are not maven AND not those names" ,
18- "matchManagers" : [" maven" ],
19- "excludePackageNames" : [
20- " com.regnosys.rosetta:com.regnosys.rosetta" ,
21- " rosetta.dsl.version"
22- ],
23- "enabled" : false
2413 }
2514 ]
2615}
You can’t perform that action at this time.
0 commit comments