File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 377377 datasourceTemplate : 'java-version' ,
378378 managerFilePatterns : [
379379 '.github/workflows/**' ,
380- '**/*.gradle.kts'
380+ '**/*.gradle.kts' ,
381381 ] ,
382382 matchStrings : [
383- '(?<currentValue>\\d+) # renovate: datasource= java-version' ,
384- '"(?<currentValue>\\d+)" // renovate: datasource= java-version' ,
383+ '(?<currentValue>\\d+) # renovate\\( java-version\\) ' ,
384+ '"(?<currentValue>\\d+)" // renovate\\( java-version\\) ' ,
385385 ] ,
386386 depNameTemplate : 'java' ,
387387 extractVersionTemplate : '^(?<version>\\d+)' ,
390390 customType : 'regex' ,
391391 datasourceTemplate : 'pypi' ,
392392 managerFilePatterns : [
393- '/^ .github/workflows// ' ,
393+ '.github/workflows/** ' ,
394394 ] ,
395395 matchStrings : [
396396 'pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+)' ,
400400 customType : 'regex' ,
401401 datasourceTemplate : 'npm' ,
402402 managerFilePatterns : [
403- '/^ .github/workflows// ' ,
403+ '.github/workflows/** ' ,
404404 ] ,
405405 matchStrings : [
406406 'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)' ,
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246 - 11
247247 - 17
248248 - 21
249- - 25 # renovate: datasource= java-version
249+ - 25 # renovate( java-version)
250250 - 25-deny-unsafe
251251 vm :
252252 - hotspot
Original file line number Diff line number Diff line change 3030 build :
3131 runs-on : ubuntu-latest
3232 env :
33- LATEST_JAVA_VERSION : 25 # renovate: datasource= java-version
33+ LATEST_JAVA_VERSION : 25 # renovate( java-version)
3434 steps :
3535 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
Original file line number Diff line number Diff line change 3333 contents : read
3434 packages : write
3535 env :
36- LATEST_JAVA_VERSION : 25 # renovate: datasource= java-version
36+ LATEST_JAVA_VERSION : 25 # renovate( java-version)
3737 steps :
3838 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
You can’t perform that action at this time.
0 commit comments