|
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "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"], |
37 | 38 | "matchStrings": [ |
38 | 39 | "DockerImageName\\.parse\\(\"localstack/localstack:(?<currentValue>\\d+\\.\\d+.\\d+)\"\\)", |
39 | 40 | "tag:.*(?<currentValue>\\d+\\.\\d+.\\d+)" |
|
53 | 54 | "customType": "regex", |
54 | 55 | "fileMatch": ["kroxylicious-integration-tests/src/test/java/io/kroxylicious/proxy/filter/validation/JsonSchemaRecordValidationIT.java"], |
55 | 56 | "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+)" |
57 | 58 | ], |
58 | 59 | "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>.*))?$" |
61 | 62 | }, |
62 | 63 | { |
63 | 64 | "customType": "regex", |
|
71 | 72 | }, |
72 | 73 | { |
73 | 74 | "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"], |
76 | 78 | "matchStrings": [ |
77 | 79 | "(?<depName>org.sonarsource.scanner.maven:sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)" |
78 | 80 | ], |
|
0 commit comments