From 2671bfb57be6e17e437488880c341a158a89cb63 Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Sat, 5 Aug 2023 08:28:30 -0400 Subject: [PATCH] Pin eclipse for renovate (#1028) * pin eclipse image * add comments --------- Co-authored-by: Juliano Costa --- renovate.json => renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) rename renovate.json => renovate.json5 (92%) diff --git a/renovate.json b/renovate.json5 similarity index 92% rename from renovate.json rename to renovate.json5 index 5d78e56c20..f6c59f6b05 100644 --- a/renovate.json +++ b/renovate.json5 @@ -109,6 +109,12 @@ "matchPaths": ["src/shippingservice"], "groupName": "shippingservice", "assigneesFromCodeOwners": true + }, + { + // intentionally using Java 11 in some examples + // not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre" + "matchPackageNames": ["eclipse-temurin"], + "enabled": false } ] } \ No newline at end of file