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 66b4d99 commit 7de4f12Copy full SHA for 7de4f12
.github/renovate.json5
@@ -1,6 +1,18 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:base"
5
- ]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base"
+ ],
6
+ "customManagers": [
7
+ {
8
+ "customType": "regex",
9
+ "managerFilePatterns": [
10
+ "ivy.xml"
11
12
+ "matchStrings": [
13
+ "<dependency\\s+org=\"(?<packageName>[^\"]+?)\"\\s+name=\"(?<depName>[^\"]+?)\"\\s+rev=\"(?<currentValue>[^\"]+?)\"[^/>]*/>"
14
15
+ "datasourceTemplate": "maven"
16
+ }
17
+ ]
18
}
0 commit comments