From cd58cac6c4c506e9831ea8d2847a6e9cbee18cda Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 28 Nov 2022 11:55:02 +0100 Subject: [PATCH] Renovate: Pin the SnakeYaml dependency Stick to version 1.31, which is the latest version that does not limit the file size to 3 MiB, also see the discussion at [1]. [1]: https://github.com/oss-review-toolkit/ort/issues/5818 Signed-off-by: Sebastian Schuberth --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5f1d0df..dc0b584 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,8 @@ "packageRules": [ { "matchPackageNames": [ - "org.jetbrains.kotlin.jvm" + "org.jetbrains.kotlin.jvm", + "org.yaml:snakeyaml" ], "rangeStrategy": "pin" }