Skip to content

Commit 4466c96

Browse files
committed
Fix renovate java updates
1 parent 567e737 commit 4466c96

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
'config:best-practices',
55
'helpers:pinGitHubActionDigestsToSemver',
66
],
7+
ignorePresets: [
8+
'workarounds:javaLTSVersions', // Allow all Java major versions, not just LTS
9+
],
710
ignorePaths: [], // overwrite default ignore which includes **/test/**
811
// used to update docker image versions used in Java test files
912
packageRules: [

0 commit comments

Comments
 (0)