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 3636 '"(?<depName>otel/weaver):(?<currentValue>[^"]+)"' ,
3737 ] ,
3838 } ,
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+ } ,
3950 ] ,
4051}
Original file line number Diff line number Diff line change 3030 - 11
3131 - 17
3232 - 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.
3435 exclude :
3536 - os : macos-latest
3637 test-java-version : 8
4041 test-java-version : 17
4142 - os : macos-13
4243 test-java-version : 21
44+ - os : macos-13
45+ test-java-version : 23 # renovate: datasource=java-version
4346
4447 steps :
4548 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
You can’t perform that action at this time.
0 commit comments