From c05512ff8f299fd5e58ea75de9efe7b4d4adc843 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 22 Oct 2024 20:44:22 -0600 Subject: [PATCH] Block renovate pull requests Pending fix of https://github.com/jenkinsci/apache-httpcomponents-client-5-api-plugin/issues/59 --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7c4e93a..7735808 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,10 @@ "config:base", ":semanticCommitsDisabled" ], + "packageRules": [ + "matchPackageNames": ["org.apache.httpcomponents.client5:http**"], + "allowedVersions": ["<5.4"] + ], "reviewers": [ "team:apache-httpcomponents-client-5-api-plugin-developers" ],