From fe555880c9ca02065b828f642ed721ed7d94f4f7 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:41:10 +0200 Subject: [PATCH] docs(java): enable syntax highlight for code block (#18129) --- docs/usage/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/java.md b/docs/usage/java.md index 9b7b5e209c..83cff2ab23 100644 --- a/docs/usage/java.md +++ b/docs/usage/java.md @@ -15,7 +15,7 @@ The workaround limits Renovate to upgrade to LTS versions of the Java runtime on If you want Renovate to offer all `major` Java updates then add `workarounds:javaLTSVersions` to the `ignorePreset` array: -``` +```json { "extends": ["config:base"], "ignorePresets": ["workarounds:javaLTSVersions"] -- GitLab