Skip to content

Commit 62f8d02

Browse files
authored
update renovate for apicurio (kroxylicious#2214)
* update renovate for apicuro Signed-off-by: Francisco Vila <fvila@redhat.com> * update format Signed-off-by: Francisco Vila <fvila@redhat.com> * adding build to extractVersionTempalte Signed-off-by: Francisco Vila <fvila@redhat.com> * replace Final by w+ Signed-off-by: Francisco Vila <fvila@redhat.com> --------- Signed-off-by: Francisco Vila <fvila@redhat.com>
1 parent 5620861 commit 62f8d02

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/renovate.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
},
3333
{
3434
"customType": "regex",
35-
"fileMatch": ["kroxylicious-kms-provider-aws-kms-test-support/src/main/java/io/kroxylicious/kms/provider/aws/kms/AwsKmsTestKmsFacade.java",
36-
"kroxylicious-systemtests/src/main/resources/helm_localstack_overrides.yaml"],
35+
"fileMatch": [
36+
"kroxylicious-kms-provider-aws-kms-test-support/src/main/java/io/kroxylicious/kms/provider/aws/kms/AwsKmsTestKmsFacade.java",
37+
"kroxylicious-systemtests/src/main/resources/helm_localstack_overrides.yaml"],
3738
"matchStrings": [
3839
"DockerImageName\\.parse\\(\"localstack/localstack:(?<currentValue>\\d+\\.\\d+.\\d+)\"\\)",
3940
"tag:.*(?<currentValue>\\d+\\.\\d+.\\d+)"
@@ -53,11 +54,11 @@
5354
"customType": "regex",
5455
"fileMatch": ["kroxylicious-integration-tests/src/test/java/io/kroxylicious/proxy/filter/validation/JsonSchemaRecordValidationIT.java"],
5556
"matchStrings": [
56-
"DockerImageName\\.parse\\(\"(?<depName>quay.io/apicurio/apicurio-registry-mem):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.Final)\"\\)"
57+
"(?<depName>quay.io/apicurio/apicurio-registry-mem):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\w+)"
5758
],
5859
"datasourceTemplate": "docker",
59-
"extractVersionTemplate": "^(?<version>.*)\\.Final$",
60-
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.Final$"
60+
"extractVersionTemplate": "^(?<version>.*)?(\\.(?<build>.*))?$",
61+
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(\\.(?<build>.*))?$"
6162
},
6263
{
6364
"customType": "regex",
@@ -71,8 +72,9 @@
7172
},
7273
{
7374
"customType": "regex",
74-
"fileMatch": [".github/workflows/maven.yaml",
75-
".github/workflows/sonar.yaml"],
75+
"fileMatch": [
76+
".github/workflows/maven.yaml",
77+
".github/workflows/sonar.yaml"],
7678
"matchStrings": [
7779
"(?<depName>org.sonarsource.scanner.maven:sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)"
7880
],

0 commit comments

Comments
 (0)