Skip to content

Commit 65ed175

Browse files
authored
Merge pull request #210 from franvila/testRenovate
test renovate
2 parents 4dbcfdd + 40c48ad commit 65ed175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
"customType": "regex",
9494
"fileMatch": ["kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/Constants.java"],
9595
"matchStrings": [
96-
"(?<depName>quay.io/kroxylicious/python-kafka-test-client):(?<currentValue>\\d+\\.\\d+\\.\\d+)-(?<build>\\d+\\.\\d+\\.\\d+)"
96+
"(?<depName>quay.io/kroxylicious/python-kafka-test-client):(?<currentValue>\\d+\\.\\d+\\.\\d+-\\d+\\.\\d+\\.\\d+)"
9797
],
9898
"datasourceTemplate": "docker",
9999
"extractVersionTemplate": "^(?<version>.*)?(-(?<build>.*))?$",
100-
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(-(?<build>\\.*))?$"
100+
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(-(?<build_major>\\d+)\\.(?<build_minor>\\d+)\\.(?<build_patch>\\d+))?$"
101101
},
102102
{
103103
"customType": "regex",

0 commit comments

Comments
 (0)