File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
23 "extends" : [" config:base" ],
34 "prConcurrentLimit" : 10 ,
45 "prHourlyLimit" : 20 ,
78 "description" : " Update the Maven property rosetta.dsl.version when com.regnosys.rosetta releases a new version" ,
89 "matchManagers" : [" maven" ],
910 "matchPackageNames" : [
10- " com.regnosys.rosetta:com.regnosys.rosetta"
11+ " com.regnosys.rosetta:com.regnosys.rosetta" ,
12+ " rosetta.dsl.version"
1113 ],
1214 "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
1324 }
1425 ]
1526}
You can’t perform that action at this time.
0 commit comments