File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 36
36
'"(?<depName>otel/weaver):(?<currentValue>[^"]+)"' ,
37
37
] ,
38
38
} ,
39
+ {
40
+ customType : 'regex' ,
41
+ datasourceTemplate : 'java-version' ,
42
+ managerFilePatterns : [
43
+ '.github/workflows/**'
44
+ ] ,
45
+ matchStrings : [
46
+ '(?<currentValue>\\d+) # renovate: datasource=java-version' ,
47
+ ] ,
48
+ depNameTemplate : 'java' ,
49
+ } ,
39
50
] ,
40
51
}
Original file line number Diff line number Diff line change 30
30
- 11
31
31
- 17
32
32
- 21
33
- # macos-latest drops support for java 8 temurin. Run java 8 on macos-13. Run java 11, 17, 21 on macos-latest.
33
+ - 23 # renovate: datasource=java-version
34
+ # macos-latest drops support for java 8 temurin. Run java 8 on macos-13. Run java 11+ on macos-latest.
34
35
exclude :
35
36
- os : macos-latest
36
37
test-java-version : 8
40
41
test-java-version : 17
41
42
- os : macos-13
42
43
test-java-version : 21
44
+ - os : macos-13
45
+ test-java-version : 23 # renovate: datasource=java-version
43
46
44
47
steps :
45
48
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
You can’t perform that action at this time.
0 commit comments