We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfd164 commit 7399754Copy full SHA for 7399754
.github/renovate.json5
@@ -240,7 +240,7 @@
240
'.github/workflows/**',
241
],
242
matchStrings: [
243
- '(?<currentValue>\\d+) # renovate: datasource=java-version',
+ '(?<currentValue>\\d+) # renovate\\(java-version\\)',
244
245
depNameTemplate: 'java',
246
extractVersionTemplate: '^(?<version>\\d+)',
.github/workflows/build-common.yml
@@ -90,7 +90,7 @@ jobs:
90
- 11
91
- 17
92
- 21
93
- - 25 # renovate: datasource=java-version
+ - 25 # renovate(java-version)
94
steps:
95
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
96
0 commit comments