From 607aebce549527354ba680aafc1c002b5a890bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Fri, 8 Mar 2024 16:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9Arenovate=20=E6=8E=92=E9=99=A4aws=20?= =?UTF-8?q?SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5db71e1f7..ac13635f2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,18 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranches": ["jdk17-dev", "boot-dev"], + "baseBranches": [ + "jdk17-dev", + "boot-dev" + ], "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchPackagePatterns": [ + "^com.amazonaws:aws-java-sdk-s3$" + ], + "enabled": false + } ] }