From ced939b3c20615eb2bfbfb606b50f20b2e1ff413 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 1 Nov 2023 23:16:37 +0100 Subject: [PATCH] ci(renovate): Disable patch-level updates for the AWS S3 dependency These come almost on a daily basis without usually bringing any value to ORT. Signed-off-by: Sebastian Schuberth --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index aaa2e86c32cf1..5aa29c3274d7d 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,13 @@ "org.springframework:spring-core" ], "allowedVersions": "< 6.0.0" + }, + { + "matchPackageNames": [ + "software.amazon.awssdk:s3" + ], + "matchUpdateTypes": ["patch"], + "enabled": false } ] }