Skip to content

Commit 7399754

Browse files
authored
Simplify and standardize renovate custom managers across Java repos (#2431)
1 parent 1dfd164 commit 7399754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
'.github/workflows/**',
241241
],
242242
matchStrings: [
243-
'(?<currentValue>\\d+) # renovate: datasource=java-version',
243+
'(?<currentValue>\\d+) # renovate\\(java-version\\)',
244244
],
245245
depNameTemplate: 'java',
246246
extractVersionTemplate: '^(?<version>\\d+)',

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- 11
9191
- 17
9292
- 21
93-
- 25 # renovate: datasource=java-version
93+
- 25 # renovate(java-version)
9494
steps:
9595
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9696

0 commit comments

Comments
 (0)