Skip to content

Commit ad01eb2

Browse files
committed
Update renovate config to correct versioning for commons- packages
1 parent 63cba80 commit ad01eb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"commands": ["./gradlew updateLicenses"],
88
"fileFilters": ["solr/licenses/*.sha1"],
99
"executionMode": "branch"
10-
}
10+
},
11+
"packageRules": [
12+
{
13+
"matchDatasources": ["maven"],
14+
"matchPackageNames": ["commons-collections:commons-collections", "commons-io:commons-io", "commons-lang:commons-lang"],
15+
"versioning": "regex:^(?<major>\\d{1,4})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
16+
}
17+
]
1118
}

0 commit comments

Comments
 (0)