We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4f12 commit 85c17b3Copy full SHA for 85c17b3
.github/renovate.json5
@@ -4,15 +4,17 @@
4
"config:base"
5
],
6
"customManagers": [
7
+ // Enable Ivy XML dependency updates
8
{
9
"customType": "regex",
10
"managerFilePatterns": [
11
"ivy.xml"
12
13
"matchStrings": [
- "<dependency\\s+org=\"(?<packageName>[^\"]+?)\"\\s+name=\"(?<depName>[^\"]+?)\"\\s+rev=\"(?<currentValue>[^\"]+?)\"[^/>]*/>"
14
+ "<dependency\\s+org=\"(?<groupId>[^\"]+?)\"\\s+name=\"(?<artifactId>[^\"]+?)\"\\s+rev=\"(?<currentValue>[^\"]+?)\"[^/>]*/>"
15
- "datasourceTemplate": "maven"
16
+ "packageNameTemplate" : "{{groupId}}:{{artifactId}}",
17
+ "datasourceTemplate": "maven",
18
}
19
]
20
0 commit comments