From 17178e2ac02143d7642401de4bce249672e2591c Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 28 Nov 2022 13:02:14 +0100 Subject: [PATCH] Renovate: Ignore 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, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 24e1729f35346..08c54aae534fc 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,9 @@ "extends": [ "config:base" ], + "ignoreDeps": [ + "org.yaml:snakeyaml" + ], "ignorePaths": [ "**/src/funTest/assets/**", "**/src/test/assets/**"