File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1414 "matchPackagePatterns" : [" ^org\\ .eclipse\\ .jetty:.+" ],
1515 "allowedVersions" : " <12.0.0"
1616 }
17+ ],
18+ "customManagers" : [
19+ {
20+ "customType" : " regex" ,
21+ "datasourceTemplate" : " maven" ,
22+ "registryUrlTemplate" : " https://plugins.gradle.org/m2" ,
23+ "depNameTemplate" : " quarkus" ,
24+ "packageNameTemplate" : " io.quarkus.platform:quarkus-bom" ,
25+ "fileMatch" : [" (^|/)gradle\\ .properties" ],
26+ "matchStrings" : [
27+ " quarkusPlatformVersion=(?<currentValue>[\\ w+\\ .\\ -]*)"
28+ ]
29+ },
30+ {
31+ "customType" : " regex" ,
32+ "datasourceTemplate" : " maven" ,
33+ "registryUrlTemplate" : " https://plugins.gradle.org/m2" ,
34+ "depNameTemplate" : " io.quarkus" ,
35+ "depTypeTemplate" : " plugin" ,
36+ "packageNameTemplate" : " io.quarkus:io.quarkus.gradle.plugin" ,
37+ "fileMatch" : [" (^|/)gradle\\ .properties" ],
38+ "matchStrings" : [
39+ " quarkusPluginVersion=(?<currentValue>[\\ w+\\ .\\ -]*)"
40+ ]
41+ }
1742 ]
1843}
You can’t perform that action at this time.
0 commit comments