From 399f2c765c1d2e4ac4e654ecbf4d3e834f84960d Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 10 Apr 2024 09:29:03 -0400 Subject: [PATCH] chore: tell renovatebot to not touch openssl (temporarily) --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 963a28ac14a..50d5e2f0aeb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -78,6 +78,8 @@ matchUpdateTypes: [ 'patch', ], + // See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion + excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'], automerge: false, groupName: 'compatible', }, @@ -89,6 +91,8 @@ matchUpdateTypes: [ 'minor', ], + // See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion + excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'], automerge: false, groupName: 'compatible', },