Skip to content

Commit de17de6

Browse files
committed
chore: adds renovate customManagers to patch quarkus demo
1 parent ac75e4a commit de17de6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,30 @@
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
}

0 commit comments

Comments
 (0)