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 120fb2d commit 2933b8fCopy full SHA for 2933b8f
.github/renovate.json5
@@ -4,6 +4,9 @@
4
'config:best-practices',
5
'helpers:pinGitHubActionDigestsToSemver',
6
],
7
+ ignorePresets: [
8
+ 'workarounds:javaLTSVersions', // Allow all Java major versions, not just LTS
9
+ ],
10
ignorePaths: [], // overwrite default ignore which includes **/test/**
11
// used to update docker image versions used in Java test files
12
packageRules: [
0 commit comments